Html Css Color HEX #B0CEF2 Pale Cornflower Blue

📋 copy color: '#B0CEF2'

red 176 ◦ green 206 ◦ blue 242

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

Shades of Pale Cornflower Blue #B0CEF2

Tints of Pale Cornflower Blue #B0CEF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 38.78%

R = 28.21%
G = 33.01%
B = 38.78%

CMYK

 C value IS 0.27

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0CEF2 (or 0xB0CEF2) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and F2. RGB value is (176,206,242). Sum of RGB (Red+Green+Blue) = 176+206+242=624 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.21% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 242 (94.92% from 255 or 38.78% from 624); Max value from RGB is 242 - color contains mainly: blue. Hex color #B0CEF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEF2 is #4F310D. Grayscale: #C8C8C8. Windows color (decimal): -5189902 or 15912624. OLE color: 15912624.

HSL color Cylindrical-coordinate representation of color #B0CEF2: hue angle of 212.73º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0CEF2 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 206 242 -
CMYK 0.27 0.15 0 0.05
HSL 212.73º 0.72% 0.82% -
HSV(B) 212.73º 0.27% 0.95% -
XYZ 56 59.78 92.59 -
YUV 201.13 151.06 110.07 -
System Red Green Blue C M Y K H S L
Decimal 176 206 242 0.27 0.15 0 0.05 212.73 0.72 0.82
Hex B0 CE F2 1B F 0 5 D5 48 52
Octal 260 316 362 33 17 0 5 325 110 122
Binary 10110000 11001110 11110010 11011 1111 0 101 11010101 1001000 1010010

Color Harmonies of #B0CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEF2

Black with #B0CEF2

Text Example


Text Example

White with #B0CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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