Html Css Color HEX #C1BECB Blue Haze

📋 copy color: '#C1BECB'

red 193 ◦ green 190 ◦ blue 203

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

Shades of Blue Haze #C1BECB

Tints of Blue Haze #C1BECB

RGB

 RED value IS 193 (75.78% from 255) = 32.94%

 GREEN value IS 190 (74.61% from 255) = 32.42%

 BLUE value IS 203 (79.69% from 255) = 34.64%

R = 32.94%
G = 32.42%
B = 34.64%

CMYK

 C value IS 0.05

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1BECB (or 0xC1BECB) is known color: Blue Haze. HEX triplet: C1, BE and CB. RGB value is (193,190,203). Sum of RGB (Red+Green+Blue) = 193+190+203=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 190 (74.61% from 255 or 32.42% from 586); Blue value is 203 (79.69% from 255 or 34.64% from 586); Max value from RGB is 203 - color contains mainly: blue. Hex color #C1BECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECB is #3E4134. Grayscale: #C0C0C0. Windows color (decimal): -4079925 or 13352641. OLE color: 13352641.

HSL color Cylindrical-coordinate representation of color #C1BECB: hue angle of 253.85º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C1BECB is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 190 203 -
CMYK 0.05 0.06 0 0.20
HSL 253.85º 0.11% 0.77% -
HSV(B) 253.85º 0.06% 0.8% -
XYZ 51.19 52.48 63.93 -
YUV 192.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 193 190 203 0.05 0.06 0 0.20 253.85 0.11 0.77
Hex C1 BE CB 5 6 0 14 FE B 4D
Octal 301 276 313 5 6 0 24 376 13 115
Binary 11000001 10111110 11001011 101 110 0 10100 11111110 1011 1001101

Color Harmonies of #C1BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BECB

Black with #C1BECB

Text Example


Text Example

White with #C1BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BECB; }

 p { color: rgb(193,190,203); }

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

background-color css

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

 a { background-color: rgb(193,190,203); }

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

border-color css

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

 span { border-color: rgb(193,190,203); }

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