Html Css Color HEX #B8D9FA Pale Cornflower Blue

📋 copy color: '#B8D9FA'

red 184 ◦ green 217 ◦ blue 250

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

Shades of Pale Cornflower Blue #B8D9FA

Tints of Pale Cornflower Blue #B8D9FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 38.4%

R = 28.26%
G = 33.33%
B = 38.4%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8D9FA (or 0xB8D9FA) is known color: Pale Cornflower Blue. HEX triplet: B8, D9 and FA. RGB value is (184,217,250). Sum of RGB (Red+Green+Blue) = 184+217+250=651 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.26% from 651); Green value is 217 (85.16% from 255 or 33.33% from 651); Blue value is 250 (98.05% from 255 or 38.40% from 651); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8D9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D9FA is #472605. Grayscale: #D2D2D2. Windows color (decimal): -4662790 or 16439736. OLE color: 16439736.

HSL color Cylindrical-coordinate representation of color #B8D9FA: hue angle of 210º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8D9FA is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 217 250 -
CMYK 0.26 0.13 0 0.02
HSL 210º 0.87% 0.85% -
HSV(B) 210º 0.26% 0.98% -
XYZ 61.84 66.72 100.06 -
YUV 210.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 184 217 250 0.26 0.13 0 0.02 210 0.87 0.85
Hex B8 D9 FA 1A D 0 2 D2 57 55
Octal 270 331 372 32 15 0 2 322 127 125
Binary 10111000 11011001 11111010 11010 1101 0 10 11010010 1010111 1010101

Color Harmonies of #B8D9FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9FA

Black with #B8D9FA

Text Example


Text Example

White with #B8D9FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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