Html Css Color HEX #B0D8FE Pale Cornflower Blue

📋 copy color: '#B0D8FE'

red 176 ◦ green 216 ◦ blue 254

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

Shades of Pale Cornflower Blue #B0D8FE

Tints of Pale Cornflower Blue #B0D8FE

RGB

 RED value IS 176 (69.14% from 255) = 27.24%

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

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

R = 27.24%
G = 33.44%
B = 39.32%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B0D8FE (or 0xB0D8FE) is known color: Pale Cornflower Blue. HEX triplet: B0, D8 and FE. RGB value is (176,216,254). Sum of RGB (Red+Green+Blue) = 176+216+254=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 216 (84.77% from 255 or 33.44% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0D8FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D8FE is #4F2701. Grayscale: #D0D0D0. Windows color (decimal): -5187330 or 16701616. OLE color: 16701616.

HSL color Cylindrical-coordinate representation of color #B0D8FE: hue angle of 209.23º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0D8FE is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 176 216 254 -
CMYK 0.31 0.15 0 0.00
HSL 209.23º 0.98% 0.84% -
HSV(B) 209.23º 0.31% 1% -
XYZ 60.35 65.5 103.23 -
YUV 208.37 153.75 104.91 -
System Red Green Blue C M Y K H S L
Decimal 176 216 254 0.31 0.15 0 0.00 209.23 0.98 0.84
Hex B0 D8 FE 1F F 0 0 D1 62 54
Octal 260 330 376 37 17 0 0 321 142 124
Binary 10110000 11011000 11111110 11111 1111 0 0 11010001 1100010 1010100

Color Harmonies of #B0D8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D8FE

Black with #B0D8FE

Text Example


Text Example

White with #B0D8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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