Html Css Color HEX #B8D8FE Pale Cornflower Blue

📋 copy color: '#B8D8FE'

red 184 ◦ green 216 ◦ blue 254

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

Shades of Pale Cornflower Blue #B8D8FE

Tints of Pale Cornflower Blue #B8D8FE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.03%

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

R = 28.13%
G = 33.03%
B = 38.84%

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

#B8D8FE (or 0xB8D8FE) is known color: Pale Cornflower Blue. HEX triplet: B8, D8 and FE. RGB value is (184,216,254). Sum of RGB (Red+Green+Blue) = 184+216+254=654 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.13% from 654); Green value is 216 (84.77% from 255 or 33.03% from 654); Blue value is 254 (99.61% from 255 or 38.84% from 654); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8D8FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D8FE is #472701. Grayscale: #D2D2D2. Windows color (decimal): -4663042 or 16701624. OLE color: 16701624.

HSL color Cylindrical-coordinate representation of color #B8D8FE: hue angle of 212.57º 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 #B8D8FE is Cyan = 0.28, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 216 254 -
CMYK 0.28 0.15 0 0.00
HSL 212.57º 0.97% 0.86% -
HSV(B) 212.57º 0.28% 1% -
XYZ 62.21 66.46 103.31 -
YUV 210.76 152.4 108.91 -
System Red Green Blue C M Y K H S L
Decimal 184 216 254 0.28 0.15 0 0.00 212.57 0.97 0.86
Hex B8 D8 FE 1C F 0 0 D5 61 56
Octal 270 330 376 34 17 0 0 325 141 126
Binary 10111000 11011000 11111110 11100 1111 0 0 11010101 1100001 1010110

Color Harmonies of #B8D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D8FE

Black with #B8D8FE

Text Example


Text Example

White with #B8D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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