Html Css Color HEX #B8D2EF Pale Cornflower Blue

📋 copy color: '#B8D2EF'

red 184 ◦ green 210 ◦ blue 239

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

Shades of Pale Cornflower Blue #B8D2EF

Tints of Pale Cornflower Blue #B8D2EF

RGB

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

 GREEN value IS 210 (82.42% from 255) = 33.18%

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

R = 29.07%
G = 33.18%
B = 37.76%

CMYK

 C value IS 0.23

 M value IS 0.12

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B8D2EF (or 0xB8D2EF) is known color: Pale Cornflower Blue. HEX triplet: B8, D2 and EF. RGB value is (184,210,239). Sum of RGB (Red+Green+Blue) = 184+210+239=633 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.07% from 633); Green value is 210 (82.42% from 255 or 33.18% from 633); Blue value is 239 (93.75% from 255 or 37.76% from 633); Max value from RGB is 239 - color contains mainly: blue. Hex color #B8D2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D2EF is #472D10. Grayscale: #CDCDCD. Windows color (decimal): -4664593 or 15717048. OLE color: 15717048.

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

Color convert

RGB 184 210 239 -
CMYK 0.23 0.12 0 0.06
HSL 211.64º 0.63% 0.83% -
HSV(B) 211.64º 0.23% 0.94% -
XYZ 58.39 62.52 90.65 -
YUV 205.53 146.89 112.64 -
System Red Green Blue C M Y K H S L
Decimal 184 210 239 0.23 0.12 0 0.06 211.64 0.63 0.83
Hex B8 D2 EF 17 C 0 6 D4 3F 53
Octal 270 322 357 27 14 0 6 324 77 123
Binary 10111000 11010010 11101111 10111 1100 0 110 11010100 111111 1010011

Color Harmonies of #B8D2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D2EF

Black with #B8D2EF

Text Example


Text Example

White with #B8D2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D2EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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