Html Css Color HEX #B8D4EF Pale Cornflower Blue

📋 copy color: '#B8D4EF'

red 184 ◦ green 212 ◦ blue 239

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

Shades of Pale Cornflower Blue #B8D4EF

Tints of Pale Cornflower Blue #B8D4EF

RGB

 RED value IS 184 (72.27% from 255) = 28.98%

 GREEN value IS 212 (83.2% from 255) = 33.39%

 BLUE value IS 239 (93.75% from 255) = 37.64%

R = 28.98%
G = 33.39%
B = 37.64%

CMYK

 C value IS 0.23

 M value IS 0.11

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8D4EF (or 0xB8D4EF) is known color: Pale Cornflower Blue. HEX triplet: B8, D4 and EF. RGB value is (184,212,239). Sum of RGB (Red+Green+Blue) = 184+212+239=635 (84% of max value = 765). Red value is 184 (72.27% from 255 or 28.98% from 635); Green value is 212 (83.20% from 255 or 33.39% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D4EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D4EF is #472B10. Grayscale: #CECECE. Windows color (decimal): -4664081 or 15717560. OLE color: 15717560.

HSL color Cylindrical-coordinate representation of color #B8D4EF: hue angle of 209.45º degrees, saturation: 0.63, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B8D4EF is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 184 212 239 -
CMYK 0.23 0.11 0 0.06
HSL 209.45º 0.63% 0.83% -
HSV(B) 209.45º 0.23% 0.94% -
XYZ 58.89 63.51 90.82 -
YUV 206.71 146.22 111.8 -
System Red Green Blue C M Y K H S L
Decimal 184 212 239 0.23 0.11 0 0.06 209.45 0.63 0.83
Hex B8 D4 EF 17 B 0 6 D1 3F 53
Octal 270 324 357 27 13 0 6 321 77 123
Binary 10111000 11010100 11101111 10111 1011 0 110 11010001 111111 1010011

Color Harmonies of #B8D4EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D4EF

Black with #B8D4EF

Text Example


Text Example

White with #B8D4EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D4EF; }

 p { color: rgb(184,212,239); }

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

background-color css

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

 a { background-color: rgb(184,212,239); }

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

border-color css

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

 span { border-color: rgb(184,212,239); }

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