Html Css Color HEX #BFD7EC Pale Cornflower Blue

📋 copy color: '#BFD7EC'

red 191 ◦ green 215 ◦ blue 236

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

Shades of Pale Cornflower Blue #BFD7EC

Tints of Pale Cornflower Blue #BFD7EC

RGB

 RED value IS 191 (75% from 255) = 29.75%

 GREEN value IS 215 (84.38% from 255) = 33.49%

 BLUE value IS 236 (92.58% from 255) = 36.76%

R = 29.75%
G = 33.49%
B = 36.76%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD7EC (or 0xBFD7EC) is known color: Pale Cornflower Blue. HEX triplet: BF, D7 and EC. RGB value is (191,215,236). Sum of RGB (Red+Green+Blue) = 191+215+236=642 (85% of max value = 765). Red value is 191 (75% from 255 or 29.75% from 642); Green value is 215 (84.38% from 255 or 33.49% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD7EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7EC is #402813. Grayscale: #D2D2D2. Windows color (decimal): -4204564 or 15521727. OLE color: 15521727.

HSL color Cylindrical-coordinate representation of color #BFD7EC: hue angle of 208º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD7EC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 215 236 -
CMYK 0.19 0.09 0 0.07
HSL 208º 0.54% 0.84% -
HSV(B) 208º 0.19% 0.93% -
XYZ 60.93 65.73 88.83 -
YUV 210.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 191 215 236 0.19 0.09 0 0.07 208 0.54 0.84
Hex BF D7 EC 13 9 0 7 D0 36 54
Octal 277 327 354 23 11 0 7 320 66 124
Binary 10111111 11010111 11101100 10011 1001 0 111 11010000 110110 1010100

Color Harmonies of #BFD7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7EC

Black with #BFD7EC

Text Example


Text Example

White with #BFD7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7EC; }

 p { color: rgb(191,215,236); }

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

background-color css

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

 a { background-color: rgb(191,215,236); }

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

border-color css

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

 span { border-color: rgb(191,215,236); }

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