Html Css Color HEX #B8D8FD Pale Cornflower Blue

📋 copy color: '#B8D8FD'

red 184 ◦ green 216 ◦ blue 253

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

Shades of Pale Cornflower Blue #B8D8FD

Tints of Pale Cornflower Blue #B8D8FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 38.74%

R = 28.18%
G = 33.08%
B = 38.74%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8D8FD (or 0xB8D8FD) is known color: Pale Cornflower Blue. HEX triplet: B8, D8 and FD. RGB value is (184,216,253). Sum of RGB (Red+Green+Blue) = 184+216+253=653 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.18% from 653); Green value is 216 (84.77% from 255 or 33.08% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #B8D8FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8D8FD is #472702. Grayscale: #D2D2D2. Windows color (decimal): -4663043 or 16636088. OLE color: 16636088.

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

Color convert

RGB 184 216 253 -
CMYK 0.27 0.15 0 0.01
HSL 212.17º 0.95% 0.86% -
HSV(B) 212.17º 0.27% 0.99% -
XYZ 62.05 66.39 102.47 -
YUV 210.65 151.9 108.99 -
System Red Green Blue C M Y K H S L
Decimal 184 216 253 0.27 0.15 0 0.01 212.17 0.95 0.86
Hex B8 D8 FD 1B F 0 1 D4 5F 56
Octal 270 330 375 33 17 0 1 324 137 126
Binary 10111000 11011000 11111101 11011 1111 0 1 11010100 1011111 1010110

Color Harmonies of #B8D8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D8FD

Black with #B8D8FD

Text Example


Text Example

White with #B8D8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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