Html Css Color HEX #C1BECD Blue Haze

📋 copy color: '#C1BECD'

red 193 ◦ green 190 ◦ blue 205

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

Shades of Blue Haze #C1BECD

Tints of Blue Haze #C1BECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 32.82%
G = 32.31%
B = 34.86%

CMYK

 C value IS 0.06

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C1BECD (or 0xC1BECD) is known color: Blue Haze. HEX triplet: C1, BE and CD. RGB value is (193,190,205). Sum of RGB (Red+Green+Blue) = 193+190+205=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: blue. Hex color #C1BECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECD is #3E4132. Grayscale: #C0C0C0. Windows color (decimal): -4079923 or 13483713. OLE color: 13483713.

HSL color Cylindrical-coordinate representation of color #C1BECD: hue angle of 252º degrees, saturation: 0.13, 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 #C1BECD is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 190 205 -
CMYK 0.06 0.07 0 0.20
HSL 252º 0.13% 0.77% -
HSV(B) 252º 0.07% 0.8% -
XYZ 51.43 52.57 65.19 -
YUV 192.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 193 190 205 0.06 0.07 0 0.20 252 0.13 0.77
Hex C1 BE CD 6 7 0 14 FC D 4D
Octal 301 276 315 6 7 0 24 374 15 115
Binary 11000001 10111110 11001101 110 111 0 10100 11111100 1101 1001101

Color Harmonies of #C1BECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BECD

Black with #C1BECD

Text Example


Text Example

White with #C1BECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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