Html Css Color HEX #B8DDFB Pale Cornflower Blue

📋 copy color: '#B8DDFB'

red 184 ◦ green 221 ◦ blue 251

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

Shades of Pale Cornflower Blue #B8DDFB

Tints of Pale Cornflower Blue #B8DDFB

RGB

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

 GREEN value IS 221 (86.72% from 255) = 33.69%

 BLUE value IS 251 (98.44% from 255) = 38.26%

R = 28.05%
G = 33.69%
B = 38.26%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8DDFB (or 0xB8DDFB) is known color: Pale Cornflower Blue. HEX triplet: B8, DD and FB. RGB value is (184,221,251). Sum of RGB (Red+Green+Blue) = 184+221+251=656 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.05% from 656); Green value is 221 (86.72% from 255 or 33.69% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8DDFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDFB is #472204. Grayscale: #D5D5D5. Windows color (decimal): -4661765 or 16506296. OLE color: 16506296.

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

Color convert

RGB 184 221 251 -
CMYK 0.27 0.12 0 0.02
HSL 206.87º 0.89% 0.85% -
HSV(B) 206.87º 0.27% 0.98% -
XYZ 63.04 68.87 101.24 -
YUV 213.36 149.24 107.06 -
System Red Green Blue C M Y K H S L
Decimal 184 221 251 0.27 0.12 0 0.02 206.87 0.89 0.85
Hex B8 DD FB 1B C 0 2 CF 59 55
Octal 270 335 373 33 14 0 2 317 131 125
Binary 10111000 11011101 11111011 11011 1100 0 10 11001111 1011001 1010101

Color Harmonies of #B8DDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDFB

Black with #B8DDFB

Text Example


Text Example

White with #B8DDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDFB; }

 p { color: rgb(184,221,251); }

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

background-color css

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

 a { background-color: rgb(184,221,251); }

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

border-color css

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

 span { border-color: rgb(184,221,251); }

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