Html Css Color HEX #B1CEE5 Pale Cornflower Blue

📋 copy color: '#B1CEE5'

red 177 ◦ green 206 ◦ blue 229

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

Shades of Pale Cornflower Blue #B1CEE5

Tints of Pale Cornflower Blue #B1CEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 28.92%
G = 33.66%
B = 37.42%

CMYK

 C value IS 0.23

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B1CEE5 (or 0xB1CEE5) is known color: Pale Cornflower Blue. HEX triplet: B1, CE and E5. RGB value is (177,206,229). Sum of RGB (Red+Green+Blue) = 177+206+229=612 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.92% from 612); Green value is 206 (80.86% from 255 or 33.66% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #B1CEE5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1CEE5 is #4E311A. Grayscale: #C7C7C7. Windows color (decimal): -5124379 or 15060657. OLE color: 15060657.

HSL color Cylindrical-coordinate representation of color #B1CEE5: hue angle of 206.54º degrees, saturation: 0.5, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B1CEE5 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 206 229 -
CMYK 0.23 0.10 0 0.10
HSL 206.54º 0.5% 0.8% -
HSV(B) 206.54º 0.23% 0.9% -
XYZ 54.35 59.15 82.68 -
YUV 199.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 177 206 229 0.23 0.10 0 0.10 206.54 0.5 0.8
Hex B1 CE E5 17 A 0 A CF 32 50
Octal 261 316 345 27 12 0 12 317 62 120
Binary 10110001 11001110 11100101 10111 1010 0 1010 11001111 110010 1010000

Color Harmonies of #B1CEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1CEE5

Black with #B1CEE5

Text Example


Text Example

White with #B1CEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1CEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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