Html Css Color HEX #BFD7EE Pale Cornflower Blue

📋 copy color: '#BFD7EE'

red 191 ◦ green 215 ◦ blue 238

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

Shades of Pale Cornflower Blue #BFD7EE

Tints of Pale Cornflower Blue #BFD7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 36.96%

R = 29.66%
G = 33.39%
B = 36.96%

CMYK

 C value IS 0.20

 M value IS 0.10

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFD7EE (or 0xBFD7EE) is known color: Pale Cornflower Blue. HEX triplet: BF, D7 and EE. RGB value is (191,215,238). Sum of RGB (Red+Green+Blue) = 191+215+238=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 215 (84.38% from 255 or 33.39% from 644); Blue value is 238 (93.36% from 255 or 36.96% from 644); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFD7EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD7EE is #402811. Grayscale: #D2D2D2. Windows color (decimal): -4204562 or 15652799. OLE color: 15652799.

HSL color Cylindrical-coordinate representation of color #BFD7EE: hue angle of 209.36º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFD7EE is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 215 238 -
CMYK 0.20 0.10 0 0.07
HSL 209.36º 0.58% 0.84% -
HSV(B) 209.36º 0.2% 0.93% -
XYZ 61.22 65.85 90.37 -
YUV 210.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 191 215 238 0.20 0.10 0 0.07 209.36 0.58 0.84
Hex BF D7 EE 14 A 0 7 D1 3A 54
Octal 277 327 356 24 12 0 7 321 72 124
Binary 10111111 11010111 11101110 10100 1010 0 111 11010001 111010 1010100

Color Harmonies of #BFD7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFD7EE

Black with #BFD7EE

Text Example


Text Example

White with #BFD7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFD7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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