Html Css Color HEX #B0CEF3 Pale Cornflower Blue

📋 copy color: '#B0CEF3'

red 176 ◦ green 206 ◦ blue 243

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

Shades of Pale Cornflower Blue #B0CEF3

Tints of Pale Cornflower Blue #B0CEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 38.88%

R = 28.16%
G = 32.96%
B = 38.88%

CMYK

 C value IS 0.28

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B0CEF3 (or 0xB0CEF3) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and F3. RGB value is (176,206,243). Sum of RGB (Red+Green+Blue) = 176+206+243=625 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.16% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 243 (95.31% from 255 or 38.88% from 625); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0CEF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEF3 is #4F310C. Grayscale: #C9C9C9. Windows color (decimal): -5189901 or 15978160. OLE color: 15978160.

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

Color convert

RGB 176 206 243 -
CMYK 0.28 0.15 0 0.05
HSL 213.13º 0.74% 0.82% -
HSV(B) 213.13º 0.28% 0.95% -
XYZ 56.15 59.84 93.39 -
YUV 201.25 151.56 109.99 -
System Red Green Blue C M Y K H S L
Decimal 176 206 243 0.28 0.15 0 0.05 213.13 0.74 0.82
Hex B0 CE F3 1C F 0 5 D5 4A 52
Octal 260 316 363 34 17 0 5 325 112 122
Binary 10110000 11001110 11110011 11100 1111 0 101 11010101 1001010 1010010

Color Harmonies of #B0CEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEF3

Black with #B0CEF3

Text Example


Text Example

White with #B0CEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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