Html Css Color HEX #C2BDD5 Blue Haze

📋 copy color: '#C2BDD5'

red 194 ◦ green 189 ◦ blue 213

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

Shades of Blue Haze #C2BDD5

Tints of Blue Haze #C2BDD5

RGB

 RED value IS 194 (76.17% from 255) = 32.55%

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

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 32.55%
G = 31.71%
B = 35.74%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#C2BDD5 (or 0xC2BDD5) is known color: Blue Haze. HEX triplet: C2, BD and D5. RGB value is (194,189,213). Sum of RGB (Red+Green+Blue) = 194+189+213=596 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.55% from 596); Green value is 189 (74.22% from 255 or 31.71% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 213 - color contains mainly: blue. Hex color #C2BDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BDD5 is #3D422A. Grayscale: #C1C1C1. Windows color (decimal): -4014635 or 14007746. OLE color: 14007746.

HSL color Cylindrical-coordinate representation of color #C2BDD5: hue angle of 252.5º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2BDD5 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 189 213 -
CMYK 0.09 0.11 0 0.16
HSL 252.5º 0.22% 0.79% -
HSV(B) 252.5º 0.11% 0.84% -
XYZ 52.46 52.67 70.35 -
YUV 193.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 194 189 213 0.09 0.11 0 0.16 252.5 0.22 0.79
Hex C2 BD D5 9 B 0 10 FD 16 4F
Octal 302 275 325 11 13 0 20 375 26 117
Binary 11000010 10111101 11010101 1001 1011 0 10000 11111101 10110 1001111

Color Harmonies of #C2BDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BDD5

Black with #C2BDD5

Text Example


Text Example

White with #C2BDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BDD5; }

 p { color: rgb(194,189,213); }

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

background-color css

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

 a { background-color: rgb(194,189,213); }

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

border-color css

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

 span { border-color: rgb(194,189,213); }

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