Html Css Color HEX #B0CEEA Pale Cornflower Blue

📋 copy color: '#B0CEEA'

red 176 ◦ green 206 ◦ blue 234

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

Shades of Pale Cornflower Blue #B0CEEA

Tints of Pale Cornflower Blue #B0CEEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 28.57%
G = 33.44%
B = 37.99%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B0CEEA (or 0xB0CEEA) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and EA. RGB value is (176,206,234). Sum of RGB (Red+Green+Blue) = 176+206+234=616 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.57% from 616); Green value is 206 (80.86% from 255 or 33.44% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #B0CEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEEA is #4F3115. Grayscale: #C8C8C8. Windows color (decimal): -5189910 or 15388336. OLE color: 15388336.

HSL color Cylindrical-coordinate representation of color #B0CEEA: hue angle of 208.97º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B0CEEA is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 176 206 234 -
CMYK 0.25 0.12 0 0.08
HSL 208.97º 0.58% 0.8% -
HSV(B) 208.97º 0.25% 0.92% -
XYZ 54.83 59.31 86.4 -
YUV 200.22 147.06 110.72 -
System Red Green Blue C M Y K H S L
Decimal 176 206 234 0.25 0.12 0 0.08 208.97 0.58 0.8
Hex B0 CE EA 19 C 0 8 D1 3A 50
Octal 260 316 352 31 14 0 10 321 72 120
Binary 10110000 11001110 11101010 11001 1100 0 1000 11010001 111010 1010000

Color Harmonies of #B0CEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEEA

Black with #B0CEEA

Text Example


Text Example

White with #B0CEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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