Html Css Color HEX #B0D7FE Pale Cornflower Blue

📋 copy color: '#B0D7FE'

red 176 ◦ green 215 ◦ blue 254

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

Shades of Pale Cornflower Blue #B0D7FE

Tints of Pale Cornflower Blue #B0D7FE

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.33%

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

R = 27.29%
G = 33.33%
B = 39.38%

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

#B0D7FE (or 0xB0D7FE) is known color: Pale Cornflower Blue. HEX triplet: B0, D7 and FE. RGB value is (176,215,254). Sum of RGB (Red+Green+Blue) = 176+215+254=645 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.29% from 645); Green value is 215 (84.38% from 255 or 33.33% from 645); Blue value is 254 (99.61% from 255 or 39.38% from 645); Max value from RGB is 254 - color contains mainly: blue. Hex color #B0D7FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D7FE is #4F2801. Grayscale: #CFCFCF. Windows color (decimal): -5187586 or 16701360. OLE color: 16701360.

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

Color convert

RGB 176 215 254 -
CMYK 0.31 0.15 0 0.00
HSL 210º 0.98% 0.84% -
HSV(B) 210º 0.31% 1% -
XYZ 60.09 64.99 103.14 -
YUV 207.79 154.08 105.33 -
System Red Green Blue C M Y K H S L
Decimal 176 215 254 0.31 0.15 0 0.00 210 0.98 0.84
Hex B0 D7 FE 1F F 0 0 D2 62 54
Octal 260 327 376 37 17 0 0 322 142 124
Binary 10110000 11010111 11111110 11111 1111 0 0 11010010 1100010 1010100

Color Harmonies of #B0D7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D7FE

Black with #B0D7FE

Text Example


Text Example

White with #B0D7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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