Html Css Color HEX #C1BECC Blue Haze

📋 copy color: '#C1BECC'

red 193 ◦ green 190 ◦ blue 204

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

Shades of Blue Haze #C1BECC

Tints of Blue Haze #C1BECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 32.88%
G = 32.37%
B = 34.75%

CMYK

 C value IS 0.05

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C1BECC (or 0xC1BECC) is known color: Blue Haze. HEX triplet: C1, BE and CC. RGB value is (193,190,204). Sum of RGB (Red+Green+Blue) = 193+190+204=587 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.88% from 587); Green value is 190 (74.61% from 255 or 32.37% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECC is #3E4133. Grayscale: #C0C0C0. Windows color (decimal): -4079924 or 13418177. OLE color: 13418177.

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

Color convert

RGB 193 190 204 -
CMYK 0.05 0.07 0 0.2
HSL 252.86º 0.12% 0.77% -
HSV(B) 252.86º 0.07% 0.8% -
XYZ 51.3 52.52 64.56 -
YUV 192.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 193 190 204 0.05 0.07 0 0.2 252.86 0.12 0.77
Hex C1 BE CC 5 7 0 14 FD C 4D
Octal 301 276 314 5 7 0 24 375 14 115
Binary 11000001 10111110 11001100 101 111 0 10100 11111101 1100 1001101

Color Harmonies of #C1BECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BECC

Black with #C1BECC

Text Example


Text Example

White with #C1BECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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