Html Css Color HEX #B1CEF1 Pale Cornflower Blue

📋 copy color: '#B1CEF1'

red 177 ◦ green 206 ◦ blue 241

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

Shades of Pale Cornflower Blue #B1CEF1

Tints of Pale Cornflower Blue #B1CEF1

RGB

 RED value IS 177 (69.53% from 255) = 28.37%

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

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

R = 28.37%
G = 33.01%
B = 38.62%

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

#B1CEF1 (or 0xB1CEF1) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and F1. RGB value is (177,206,241). Sum of RGB (Red+Green+Blue) = 177+206+241=624 (82% of max value = 765). Red value is 177 (69.53% from 255 or 28.37% from 624); Green value is 206 (80.86% from 255 or 33.01% from 624); Blue value is 241 (94.53% from 255 or 38.62% from 624); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1CEF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1CEF1 is #4E310E. Grayscale: #C9C9C9. Windows color (decimal): -5124367 or 15847089. OLE color: 15847089.

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

Color convert

RGB 177 206 241 -
CMYK 0.27 0.15 0 0.05
HSL 212.81º 0.7% 0.82% -
HSV(B) 212.81º 0.27% 0.95% -
XYZ 56.08 59.84 91.81 -
YUV 201.32 150.39 110.65 -
System Red Green Blue C M Y K H S L
Decimal 177 206 241 0.27 0.15 0 0.05 212.81 0.7 0.82
Hex B1 CE F1 1B F 0 5 D5 46 52
Octal 261 316 361 33 17 0 5 325 106 122
Binary 10110001 11001110 11110001 11011 1111 0 101 11010101 1000110 1010010

Color Harmonies of #B1CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEF1

Black with #B1CEF1

Text Example


Text Example

White with #B1CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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