Html Css Color HEX #B8D9FF Pale Cornflower Blue

📋 copy color: '#B8D9FF'

red 184 ◦ green 217 ◦ blue 255

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

Shades of Pale Cornflower Blue #B8D9FF

Tints of Pale Cornflower Blue #B8D9FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 38.87%

R = 28.05%
G = 33.08%
B = 38.87%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8D9FF (or 0xB8D9FF) is known color: Pale Cornflower Blue. HEX triplet: B8, D9 and FF. RGB value is (184,217,255). Sum of RGB (Red+Green+Blue) = 184+217+255=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 217 (85.16% from 255 or 33.08% from 656); Blue value is 255 (100% from 255 or 38.87% from 656); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8D9FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FF is #472600. Grayscale: #D3D3D3. Windows color (decimal): -4662785 or 16767416. OLE color: 16767416.

HSL color Cylindrical-coordinate representation of color #B8D9FF: hue angle of 212.11º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8D9FF is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 217 255 -
CMYK 0.28 0.15 0 0
HSL 212.11º 1% 0.86% -
HSV(B) 212.11º 0.28% 1% -
XYZ 62.63 67.04 104.25 -
YUV 211.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 184 217 255 0.28 0.15 0 0 212.11 1 0.86
Hex B8 D9 FF 1C F 0 0 D4 64 56
Octal 270 331 377 34 17 0 0 324 144 126
Binary 10111000 11011001 11111111 11100 1111 0 0 11010100 1100100 1010110

Color Harmonies of #B8D9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9FF

Black with #B8D9FF

Text Example


Text Example

White with #B8D9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9FF; }

 p { color: rgb(184,217,255); }

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

background-color css

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

 a { background-color: rgb(184,217,255); }

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

border-color css

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

 span { border-color: rgb(184,217,255); }

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