Html Css Color HEX #B0CEFF Pale Cornflower Blue

📋 copy color: '#B0CEFF'

red 176 ◦ green 206 ◦ blue 255

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

Shades of Pale Cornflower Blue #B0CEFF

Tints of Pale Cornflower Blue #B0CEFF

RGB

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

 GREEN value IS 206 (80.86% from 255) = 32.34%

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

R = 27.63%
G = 32.34%
B = 40.03%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B0CEFF (or 0xB0CEFF) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and FF. RGB value is (176,206,255). Sum of RGB (Red+Green+Blue) = 176+206+255=637 (84% of max value = 765). Red value is 176 (69.14% from 255 or 27.63% from 637); Green value is 206 (80.86% from 255 or 32.34% from 637); Blue value is 255 (100% from 255 or 40.03% from 637); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0CEFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEFF is #4F3100. Grayscale: #CACACA. Windows color (decimal): -5189889 or 16764592. OLE color: 16764592.

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

Color convert

RGB 176 206 255 -
CMYK 0.31 0.19 0 0
HSL 217.22º 1% 0.85% -
HSV(B) 217.22º 0.31% 1% -
XYZ 58.03 60.59 103.25 -
YUV 202.62 157.56 109.02 -
System Red Green Blue C M Y K H S L
Decimal 176 206 255 0.31 0.19 0 0 217.22 1 0.85
Hex B0 CE FF 1F 13 0 0 D9 64 55
Octal 260 316 377 37 23 0 0 331 144 125
Binary 10110000 11001110 11111111 11111 10011 0 0 11011001 1100100 1010101

Color Harmonies of #B0CEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEFF

Black with #B0CEFF

Text Example


Text Example

White with #B0CEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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