Html Css Color HEX #B0D5FF Pale Cornflower Blue

📋 copy color: '#B0D5FF'

red 176 ◦ green 213 ◦ blue 255

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

Shades of Pale Cornflower Blue #B0D5FF

Tints of Pale Cornflower Blue #B0D5FF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 33.07%

 BLUE value IS 255 (100% from 255) = 39.6%

R = 27.33%
G = 33.07%
B = 39.6%

CMYK

 C value IS 0.31

 M value IS 0.16

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0D5FF (or 0xB0D5FF) is known color: Pale Cornflower Blue. HEX triplet: B0, D5 and FF. RGB value is (176,213,255). Sum of RGB (Red+Green+Blue) = 176+213+255=644 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.33% from 644); Green value is 213 (83.59% from 255 or 33.07% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0D5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0D5FF is #4F2A00. Grayscale: #CECECE. Windows color (decimal): -5188097 or 16766384. OLE color: 16766384.

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

Color convert

RGB 176 213 255 -
CMYK 0.31 0.16 0 0
HSL 211.9º 1% 0.85% -
HSV(B) 211.9º 0.31% 1% -
XYZ 59.75 64.04 103.82 -
YUV 206.73 155.24 106.08 -
System Red Green Blue C M Y K H S L
Decimal 176 213 255 0.31 0.16 0 0 211.9 1 0.85
Hex B0 D5 FF 1F 10 0 0 D4 64 55
Octal 260 325 377 37 20 0 0 324 144 125
Binary 10110000 11010101 11111111 11111 10000 0 0 11010100 1100100 1010101

Color Harmonies of #B0D5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D5FF

Black with #B0D5FF

Text Example


Text Example

White with #B0D5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D5FF; }

 p { color: rgb(176,213,255); }

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

background-color css

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

 a { background-color: rgb(176,213,255); }

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

border-color css

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

 span { border-color: rgb(176,213,255); }

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