Html Css Color HEX #BCD9F4 Pale Cornflower Blue

📋 copy color: '#BCD9F4'

red 188 ◦ green 217 ◦ blue 244

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

Shades of Pale Cornflower Blue #BCD9F4

Tints of Pale Cornflower Blue #BCD9F4

RGB

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

 GREEN value IS 217 (85.16% from 255) = 33.44%

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

R = 28.97%
G = 33.44%
B = 37.6%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCD9F4 (or 0xBCD9F4) is known color: Pale Cornflower Blue. HEX triplet: BC, D9 and F4. RGB value is (188,217,244). Sum of RGB (Red+Green+Blue) = 188+217+244=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 217 (85.16% from 255 or 33.44% from 649); Blue value is 244 (95.70% from 255 or 37.60% from 649); Max value from RGB is 244 - color contains mainly: blue. Hex color #BCD9F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCD9F4 is #43260B. Grayscale: #D3D3D3. Windows color (decimal): -4400652 or 16046524. OLE color: 16046524.

HSL color Cylindrical-coordinate representation of color #BCD9F4: hue angle of 208.93º 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 #BCD9F4 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 217 244 -
CMYK 0.23 0.11 0 0.04
HSL 208.93º 0.72% 0.85% -
HSV(B) 208.93º 0.23% 0.96% -
XYZ 61.88 66.85 95.23 -
YUV 211.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 188 217 244 0.23 0.11 0 0.04 208.93 0.72 0.85
Hex BC D9 F4 17 B 0 4 D1 48 55
Octal 274 331 364 27 13 0 4 321 110 125
Binary 10111100 11011001 11110100 10111 1011 0 100 11010001 1001000 1010101

Color Harmonies of #BCD9F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD9F4

Black with #BCD9F4

Text Example


Text Example

White with #BCD9F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD9F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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