Html Css Color HEX #C1BDCE Blue Haze

📋 copy color: '#C1BDCE'

red 193 ◦ green 189 ◦ blue 206

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

Shades of Blue Haze #C1BDCE

Tints of Blue Haze #C1BDCE

RGB

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

 GREEN value IS 189 (74.22% from 255) = 32.14%

 BLUE value IS 206 (80.86% from 255) = 35.03%

R = 32.82%
G = 32.14%
B = 35.03%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1BDCE (or 0xC1BDCE) is known color: Blue Haze. HEX triplet: C1, BD and CE. RGB value is (193,189,206). Sum of RGB (Red+Green+Blue) = 193+189+206=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 189 (74.22% from 255 or 32.14% from 588); Blue value is 206 (80.86% from 255 or 35.03% from 588); Max value from RGB is 206 - color contains mainly: blue. Hex color #C1BDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCE is #3E4231. Grayscale: #C0C0C0. Windows color (decimal): -4080178 or 13548993. OLE color: 13548993.

HSL color Cylindrical-coordinate representation of color #C1BDCE: hue angle of 254.12º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1BDCE is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 189 206 -
CMYK 0.06 0.08 0 0.19
HSL 254.12º 0.15% 0.77% -
HSV(B) 254.12º 0.08% 0.81% -
XYZ 51.33 52.19 65.76 -
YUV 192.13 135.83 128.62 -
System Red Green Blue C M Y K H S L
Decimal 193 189 206 0.06 0.08 0 0.19 254.12 0.15 0.77
Hex C1 BD CE 6 8 0 13 FE F 4D
Octal 301 275 316 6 10 0 23 376 17 115
Binary 11000001 10111101 11001110 110 1000 0 10011 11111110 1111 1001101

Color Harmonies of #C1BDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDCE

Black with #C1BDCE

Text Example


Text Example

White with #C1BDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDCE; }

 p { color: rgb(193,189,206); }

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

background-color css

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

 a { background-color: rgb(193,189,206); }

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

border-color css

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

 span { border-color: rgb(193,189,206); }

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