Html Css Color HEX #C1BDCC Blue Haze

📋 copy color: '#C1BDCC'

red 193 ◦ green 189 ◦ blue 204

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

Shades of Blue Haze #C1BDCC

Tints of Blue Haze #C1BDCC

RGB

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

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

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

R = 32.94%
G = 32.25%
B = 34.81%

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

#C1BDCC (or 0xC1BDCC) is known color: Blue Haze. HEX triplet: C1, BD and CC. RGB value is (193,189,204). Sum of RGB (Red+Green+Blue) = 193+189+204=586 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.94% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 204 - color contains mainly: blue. Hex color #C1BDCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCC is #3E4233. Grayscale: #BFBFBF. Windows color (decimal): -4080180 or 13417921. OLE color: 13417921.

HSL color Cylindrical-coordinate representation of color #C1BDCC: hue angle of 256º 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 #C1BDCC is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 193 189 204 -
CMYK 0.05 0.07 0 0.2
HSL 256º 0.13% 0.77% -
HSV(B) 256º 0.07% 0.8% -
XYZ 51.09 52.09 64.49 -
YUV 191.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 193 189 204 0.05 0.07 0 0.2 256 0.13 0.77
Hex C1 BD CC 5 7 0 14 100 D 4D
Octal 301 275 314 5 7 0 24 400 15 115
Binary 11000001 10111101 11001100 101 111 0 10100 100000000 1101 1001101

Color Harmonies of #C1BDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDCC

Black with #C1BDCC

Text Example


Text Example

White with #C1BDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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