Html Css Color HEX #C1BCCF Blue Haze

📋 copy color: '#C1BCCF'

red 193 ◦ green 188 ◦ blue 207

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

Shades of Blue Haze #C1BCCF

Tints of Blue Haze #C1BCCF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.97%

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

R = 32.82%
G = 31.97%
B = 35.2%

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

#C1BCCF (or 0xC1BCCF) is known color: Blue Haze. HEX triplet: C1, BC and CF. RGB value is (193,188,207). Sum of RGB (Red+Green+Blue) = 193+188+207=588 (77% of max value = 765). Red value is 193 (75.78% from 255 or 32.82% from 588); Green value is 188 (73.83% from 255 or 31.97% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1BCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCCF is #3E4330. Grayscale: #BFBFBF. Windows color (decimal): -4080433 or 13614273. OLE color: 13614273.

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

Color convert

RGB 193 188 207 -
CMYK 0.07 0.09 0 0.19
HSL 255.79º 0.17% 0.77% -
HSV(B) 255.79º 0.09% 0.81% -
XYZ 51.24 51.81 66.33 -
YUV 191.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 193 188 207 0.07 0.09 0 0.19 255.79 0.17 0.77
Hex C1 BC CF 7 9 0 13 100 11 4D
Octal 301 274 317 7 11 0 23 400 21 115
Binary 11000001 10111100 11001111 111 1001 0 10011 100000000 10001 1001101

Color Harmonies of #C1BCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BCCF

Black with #C1BCCF

Text Example


Text Example

White with #C1BCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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