Html Css Color HEX #B0CEF1 Pale Cornflower Blue

📋 copy color: '#B0CEF1'

red 176 ◦ green 206 ◦ blue 241

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

Shades of Pale Cornflower Blue #B0CEF1

Tints of Pale Cornflower Blue #B0CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 38.68%

R = 28.25%
G = 33.07%
B = 38.68%

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

#B0CEF1 (or 0xB0CEF1) is known color: Pale Cornflower Blue. HEX triplet: B0, CE and F1. RGB value is (176,206,241). Sum of RGB (Red+Green+Blue) = 176+206+241=623 (82% of max value = 765). Red value is 176 (69.14% from 255 or 28.25% from 623); Green value is 206 (80.86% from 255 or 33.07% from 623); Blue value is 241 (94.53% from 255 or 38.68% from 623); Max value from RGB is 241 - color contains mainly: blue. Hex color #B0CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B0CEF1 is #4F310E. Grayscale: #C8C8C8. Windows color (decimal): -5189903 or 15847088. OLE color: 15847088.

HSL color Cylindrical-coordinate representation of color #B0CEF1: hue angle of 212.31º degrees, saturation: 0.7, 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 #B0CEF1 is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 206 241 -
CMYK 0.27 0.15 0 0.05
HSL 212.31º 0.7% 0.82% -
HSV(B) 212.31º 0.27% 0.95% -
XYZ 55.85 59.72 91.8 -
YUV 201.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 176 206 241 0.27 0.15 0 0.05 212.31 0.7 0.82
Hex B0 CE F1 1B F 0 5 D4 46 52
Octal 260 316 361 33 17 0 5 324 106 122
Binary 10110000 11001110 11110001 11011 1111 0 101 11010100 1000110 1010010

Color Harmonies of #B0CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0CEF1

Black with #B0CEF1

Text Example


Text Example

White with #B0CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0CEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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