Html Css Color HEX #B1CEE4 Pale Cornflower Blue

📋 copy color: '#B1CEE4'

red 177 ◦ green 206 ◦ blue 228

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

Shades of Pale Cornflower Blue #B1CEE4

Tints of Pale Cornflower Blue #B1CEE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 28.97%
G = 33.72%
B = 37.32%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B1CEE4 (or 0xB1CEE4) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and E4. RGB value is (177,206,228). Sum of RGB (Red+Green+Blue) = 177+206+228=611 (80% of max value = 765). Red value is 177 (69.53% from 255 or 28.97% from 611); Green value is 206 (80.86% from 255 or 33.72% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #B1CEE4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEE4 is #4E311B. Grayscale: #C7C7C7. Windows color (decimal): -5124380 or 14995121. OLE color: 14995121.

HSL color Cylindrical-coordinate representation of color #B1CEE4: hue angle of 205.88º degrees, saturation: 0.49, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B1CEE4 is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 206 228 -
CMYK 0.22 0.10 0 0.11
HSL 205.88º 0.49% 0.79% -
HSV(B) 205.88º 0.22% 0.89% -
XYZ 54.21 59.09 81.95 -
YUV 199.84 143.89 111.71 -
System Red Green Blue C M Y K H S L
Decimal 177 206 228 0.22 0.10 0 0.11 205.88 0.49 0.79
Hex B1 CE E4 16 A 0 B CE 31 4F
Octal 261 316 344 26 12 0 13 316 61 117
Binary 10110001 11001110 11100100 10110 1010 0 1011 11001110 110001 1001111

Color Harmonies of #B1CEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEE4

Black with #B1CEE4

Text Example


Text Example

White with #B1CEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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