Html Css Color HEX #BCDDF4 Pale Cornflower Blue

📋 copy color: '#BCDDF4'

red 188 ◦ green 221 ◦ blue 244

#BCDDF4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Cornflower Blue #BCDDF4

Tints of Pale Cornflower Blue #BCDDF4

RGB

 RED value IS 188 (73.83% from 255) = 28.79%

 GREEN value IS 221 (86.72% from 255) = 33.84%

 BLUE value IS 244 (95.7% from 255) = 37.37%

R = 28.79%
G = 33.84%
B = 37.37%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCDDF4 (or 0xBCDDF4) is known color: Pale Cornflower Blue. HEX triplet: BC, DD and F4. RGB value is (188,221,244). Sum of RGB (Red+Green+Blue) = 188+221+244=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 244 (95.70% from 255 or 37.37% from 653); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCDDF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDDF4 is #43220B. Grayscale: #D5D5D5. Windows color (decimal): -4399628 or 16047548. OLE color: 16047548.

HSL color Cylindrical-coordinate representation of color #BCDDF4: hue angle of 204.64º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDDF4 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 221 244 -
CMYK 0.23 0.09 0 0.04
HSL 204.64º 0.72% 0.85% -
HSV(B) 204.64º 0.23% 0.96% -
XYZ 62.92 68.94 95.58 -
YUV 213.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 188 221 244 0.23 0.09 0 0.04 204.64 0.72 0.85
Hex BC DD F4 17 9 0 4 CD 48 55
Octal 274 335 364 27 11 0 4 315 110 125
Binary 10111100 11011101 11110100 10111 1001 0 100 11001101 1001000 1010101

Color Harmonies of #BCDDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDF4

Black with #BCDDF4

Text Example


Text Example

White with #BCDDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDF4; }

 p { color: rgb(188,221,244); }

 H1.HeaderClassName
 {
   color: #BCDDF4;
 }
 .AnyTagClassName
 {
   color: #BCDDF4;
 }
</style>

background-color css

<style>
 a { background-color: #BCDDF4; }

 a { background-color: rgb(188,221,244); }

 div.DivClassName
 {
   background-color: #BCDDF4;
 }
 .BgClassName
 {
   background-color: #BCDDF4;
 }
</style>

border-color css

<style>
 span { border-color: #BCDDF4; }

 span { border-color: rgb(188,221,244); }

 td.TdClassName
 {
   border-color: #BCDDF4;
 }
 .TagClassName
 {
   border-color: #BCDDF4;
 }
</style>