Html Css Color HEX #B1B0CA Blue Haze

📋 copy color: '#B1B0CA'

red 177 ◦ green 176 ◦ blue 202

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

Shades of Blue Haze #B1B0CA

Tints of Blue Haze #B1B0CA

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

 BLUE value IS 202 (79.3% from 255) = 36.4%

R = 31.89%
G = 31.71%
B = 36.4%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1B0CA (or 0xB1B0CA) is known color: Blue Haze. HEX triplet: B1, B0 and CA. RGB value is (177,176,202). Sum of RGB (Red+Green+Blue) = 177+176+202=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B1B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1B0CA is #4E4F35. Grayscale: #B3B3B3. Windows color (decimal): -5132086 or 13283505. OLE color: 13283505.

HSL color Cylindrical-coordinate representation of color #B1B0CA: hue angle of 242.31º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B1B0CA is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 176 202 -
CMYK 0.12 0.13 0 0.21
HSL 242.31º 0.2% 0.74% -
HSV(B) 242.31º 0.13% 0.79% -
XYZ 44.32 44.66 62.16 -
YUV 179.26 140.83 126.39 -
System Red Green Blue C M Y K H S L
Decimal 177 176 202 0.12 0.13 0 0.21 242.31 0.2 0.74
Hex B1 B0 CA C D 0 15 F2 14 4A
Octal 261 260 312 14 15 0 25 362 24 112
Binary 10110001 10110000 11001010 1100 1101 0 10101 11110010 10100 1001010

Color Harmonies of #B1B0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B0CA

Black with #B1B0CA

Text Example


Text Example

White with #B1B0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B0CA; }

 p { color: rgb(177,176,202); }

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

background-color css

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

 a { background-color: rgb(177,176,202); }

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

border-color css

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

 span { border-color: rgb(177,176,202); }

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