Html Css Color HEX #B8DDFC Pale Cornflower Blue

📋 copy color: '#B8DDFC'

red 184 ◦ green 221 ◦ blue 252

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

Shades of Pale Cornflower Blue #B8DDFC

Tints of Pale Cornflower Blue #B8DDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 38.36%

R = 28.01%
G = 33.64%
B = 38.36%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8DDFC (or 0xB8DDFC) is known color: Pale Cornflower Blue. HEX triplet: B8, DD and FC. RGB value is (184,221,252). Sum of RGB (Red+Green+Blue) = 184+221+252=657 (87% of max value = 765). Red value is 184 (72.27% from 255 or 28.01% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 252 (98.83% from 255 or 38.36% from 657); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8DDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8DDFC is #472203. Grayscale: #D5D5D5. Windows color (decimal): -4661764 or 16571832. OLE color: 16571832.

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

Color convert

RGB 184 221 252 -
CMYK 0.27 0.12 0 0.01
HSL 207.35º 0.92% 0.85% -
HSV(B) 207.35º 0.27% 0.99% -
XYZ 63.19 68.93 102.07 -
YUV 213.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 184 221 252 0.27 0.12 0 0.01 207.35 0.92 0.85
Hex B8 DD FC 1B C 0 1 CF 5C 55
Octal 270 335 374 33 14 0 1 317 134 125
Binary 10111000 11011101 11111100 11011 1100 0 1 11001111 1011100 1010101

Color Harmonies of #B8DDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DDFC

Black with #B8DDFC

Text Example


Text Example

White with #B8DDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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