Html Css Color HEX #B0CEE6 Pale Cornflower Blue

📋 copy color: '#B0CEE6'

red 176 ◦ green 206 ◦ blue 230

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

Shades of Pale Cornflower Blue #B0CEE6

Tints of Pale Cornflower Blue #B0CEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.58%

R = 28.76%
G = 33.66%
B = 37.58%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B0CEE6 (or 0xB0CEE6) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and E6. RGB value is (176,206,230). Sum of RGB (Red+Green+Blue) = 176+206+230=612 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.76% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 230 (90.23% from 255 or 37.58% from 612); Max value from RGB is 230 - color contains mainly: blue. Hex color #B0CEE6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEE6 is #4F3119. Grayscale: #C7C7C7. Windows color (decimal): -5189914 or 15126192. OLE color: 15126192.

HSL color Cylindrical-coordinate representation of color #B0CEE6: hue angle of 206.67º degrees, saturation: 0.52, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0CEE6 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 176 206 230 -
CMYK 0.23 0.10 0 0.10
HSL 206.67º 0.52% 0.8% -
HSV(B) 206.67º 0.23% 0.9% -
XYZ 54.26 59.09 83.41 -
YUV 199.77 145.06 111.05 -
System Red Green Blue C M Y K H S L
Decimal 176 206 230 0.23 0.10 0 0.10 206.67 0.52 0.8
Hex B0 CE E6 17 A 0 A CF 34 50
Octal 260 316 346 27 12 0 12 317 64 120
Binary 10110000 11001110 11100110 10111 1010 0 1010 11001111 110100 1010000

Color Harmonies of #B0CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEE6

Black with #B0CEE6

Text Example


Text Example

White with #B0CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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