Html Css Color HEX #B8D9FE Pale Cornflower Blue

📋 copy color: '#B8D9FE'

red 184 ◦ green 217 ◦ blue 254

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

Shades of Pale Cornflower Blue #B8D9FE

Tints of Pale Cornflower Blue #B8D9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 38.78%

R = 28.09%
G = 33.13%
B = 38.78%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B8D9FE (or 0xB8D9FE) is known color: Pale Cornflower Blue. HEX triplet: B8, D9 and FE. RGB value is (184,217,254). Sum of RGB (Red+Green+Blue) = 184+217+254=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 217 (85.16% from 255 or 33.13% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8D9FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FE is #472601. Grayscale: #D3D3D3. Windows color (decimal): -4662786 or 16701880. OLE color: 16701880.

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

Color convert

RGB 184 217 254 -
CMYK 0.28 0.15 0 0.00
HSL 211.71º 0.97% 0.86% -
HSV(B) 211.71º 0.28% 1% -
XYZ 62.47 66.97 103.4 -
YUV 211.35 152.07 108.49 -
System Red Green Blue C M Y K H S L
Decimal 184 217 254 0.28 0.15 0 0.00 211.71 0.97 0.86
Hex B8 D9 FE 1C F 0 0 D4 61 56
Octal 270 331 376 34 17 0 0 324 141 126
Binary 10111000 11011001 11111110 11100 1111 0 0 11010100 1100001 1010110

Color Harmonies of #B8D9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9FE

Black with #B8D9FE

Text Example


Text Example

White with #B8D9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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