Html Css Color HEX #C1BECF Blue Haze

📋 copy color: '#C1BECF'

red 193 ◦ green 190 ◦ blue 207

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

Shades of Blue Haze #C1BECF

Tints of Blue Haze #C1BECF

RGB

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

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

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

R = 32.71%
G = 32.2%
B = 35.08%

CMYK

 C value IS 0.07

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C1BECF (or 0xC1BECF) is known color: Blue Haze. HEX triplet: C1, BE and CF. RGB value is (193,190,207). Sum of RGB (Red+Green+Blue) = 193+190+207=590 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.71% from 590); Green value is 190 (74.61% from 255 or 32.20% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #C1BECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BECF is #3E4130. Grayscale: #C0C0C0. Windows color (decimal): -4079921 or 13614785. OLE color: 13614785.

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

Color convert

RGB 193 190 207 -
CMYK 0.07 0.08 0 0.19
HSL 250.59º 0.15% 0.78% -
HSV(B) 250.59º 0.08% 0.81% -
XYZ 51.67 52.67 66.47 -
YUV 192.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 193 190 207 0.07 0.08 0 0.19 250.59 0.15 0.78
Hex C1 BE CF 7 8 0 13 FB F 4E
Octal 301 276 317 7 10 0 23 373 17 116
Binary 11000001 10111110 11001111 111 1000 0 10011 11111011 1111 1001110

Color Harmonies of #C1BECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1BECF

Black with #C1BECF

Text Example


Text Example

White with #C1BECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1BECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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