Html Css Color HEX #B0CEED Pale Cornflower Blue

📋 copy color: '#B0CEED'

red 176 ◦ green 206 ◦ blue 237

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

Shades of Pale Cornflower Blue #B0CEED

Tints of Pale Cornflower Blue #B0CEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 28.43%
G = 33.28%
B = 38.29%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B0CEED (or 0xB0CEED) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and ED. RGB value is (176,206,237). Sum of RGB (Red+Green+Blue) = 176+206+237=619 (81% of max value = 765). Red value is 176 (69.14% from 255 or 28.43% from 619); Green value is 206 (80.86% from 255 or 33.28% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #B0CEED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEED is #4F3112. Grayscale: #C8C8C8. Windows color (decimal): -5189907 or 15584944. OLE color: 15584944.

HSL color Cylindrical-coordinate representation of color #B0CEED: hue angle of 210.49º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0CEED is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 176 206 237 -
CMYK 0.26 0.13 0 0.07
HSL 210.49º 0.63% 0.81% -
HSV(B) 210.49º 0.26% 0.93% -
XYZ 55.26 59.49 88.69 -
YUV 200.56 148.56 110.48 -
System Red Green Blue C M Y K H S L
Decimal 176 206 237 0.26 0.13 0 0.07 210.49 0.63 0.81
Hex B0 CE ED 1A D 0 7 D2 3F 51
Octal 260 316 355 32 15 0 7 322 77 121
Binary 10110000 11001110 11101101 11010 1101 0 111 11010010 111111 1010001

Color Harmonies of #B0CEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEED

Black with #B0CEED

Text Example


Text Example

White with #B0CEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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