Html Css Color HEX #C1BDCF Blue Haze

📋 copy color: '#C1BDCF'

red 193 ◦ green 189 ◦ blue 207

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

Shades of Blue Haze #C1BDCF

Tints of Blue Haze #C1BDCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.14%

R = 32.77%
G = 32.09%
B = 35.14%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1BDCF (or 0xC1BDCF) is known color: Blue Haze. HEX triplet: C1, BD and CF. RGB value is (193,189,207). Sum of RGB (Red+Green+Blue) = 193+189+207=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 189 (74.22% from 255 or 32.09% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1BDCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDCF is #3E4230. Grayscale: #C0C0C0. Windows color (decimal): -4080177 or 13614529. OLE color: 13614529.

HSL color Cylindrical-coordinate representation of color #C1BDCF: hue angle of 253.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C1BDCF is Cyan = 0.07, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 193 189 207 -
CMYK 0.07 0.09 0 0.19
HSL 253.33º 0.16% 0.78% -
HSV(B) 253.33º 0.09% 0.81% -
XYZ 51.45 52.24 66.4 -
YUV 192.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 193 189 207 0.07 0.09 0 0.19 253.33 0.16 0.78
Hex C1 BD CF 7 9 0 13 FD 10 4E
Octal 301 275 317 7 11 0 23 375 20 116
Binary 11000001 10111101 11001111 111 1001 0 10011 11111101 10000 1001110

Color Harmonies of #C1BDCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BDCF

Black with #C1BDCF

Text Example


Text Example

White with #C1BDCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BDCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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