Html Css Color HEX #B2DACD Cruise

📋 copy color: '#B2DACD'

red 178 ◦ green 218 ◦ blue 205

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

Shades of Cruise #B2DACD

Tints of Cruise #B2DACD

RGB

 RED value IS 178 (69.92% from 255) = 29.62%

 GREEN value IS 218 (85.55% from 255) = 36.27%

 BLUE value IS 205 (80.47% from 255) = 34.11%

R = 29.62%
G = 36.27%
B = 34.11%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B2DACD (or 0xB2DACD) is known color: Cruise. HEX triplet: B2, DA and CD. RGB value is (178,218,205). Sum of RGB (Red+Green+Blue) = 178+218+205=601 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.62% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 205 (80.47% from 255 or 34.11% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACD is #4D2532. Grayscale: #CCCCCC. Windows color (decimal): -5055795 or 13490866. OLE color: 13490866.

HSL color Cylindrical-coordinate representation of color #B2DACD: hue angle of 160.5º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DACD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 205 -
CMYK 0.18 0 0.06 0.15
HSL 160.5º 0.35% 0.78% -
HSV(B) 160.5º 0.18% 0.85% -
XYZ 54.45 64.02 67.24 -
YUV 204.56 128.25 109.06 -
System Red Green Blue C M Y K H S L
Decimal 178 218 205 0.18 0 0.06 0.15 160.5 0.35 0.78
Hex B2 DA CD 12 0 6 F A0 23 4E
Octal 262 332 315 22 0 6 17 240 43 116
Binary 10110010 11011010 11001101 10010 0 110 1111 10100000 100011 1001110

Color Harmonies of #B2DACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DACD

Black with #B2DACD

Text Example


Text Example

White with #B2DACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DACD; }

 p { color: rgb(178,218,205); }

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

background-color css

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

 a { background-color: rgb(178,218,205); }

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

border-color css

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

 span { border-color: rgb(178,218,205); }

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