Html Css Color HEX #B2D9CD Cruise

📋 copy color: '#B2D9CD'

red 178 ◦ green 217 ◦ blue 205

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

Shades of Cruise #B2D9CD

Tints of Cruise #B2D9CD

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.17%

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

R = 29.67%
G = 36.17%
B = 34.17%

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

#B2D9CD (or 0xB2D9CD) is known color: Cruise. HEX triplet: B2, D9 and CD. RGB value is (178,217,205). Sum of RGB (Red+Green+Blue) = 178+217+205=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 217 (85.16% from 255 or 36.17% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 217 - color contains mainly: green. Hex color #B2D9CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2D9CD is #4D2632. Grayscale: #CBCBCB. Windows color (decimal): -5056051 or 13490610. OLE color: 13490610.

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

Color convert

RGB 178 217 205 -
CMYK 0.18 0 0.06 0.15
HSL 161.54º 0.34% 0.77% -
HSV(B) 161.54º 0.18% 0.85% -
XYZ 54.19 63.5 67.16 -
YUV 203.97 128.58 109.48 -
System Red Green Blue C M Y K H S L
Decimal 178 217 205 0.18 0 0.06 0.15 161.54 0.34 0.77
Hex B2 D9 CD 12 0 6 F A2 22 4D
Octal 262 331 315 22 0 6 17 242 42 115
Binary 10110010 11011001 11001101 10010 0 110 1111 10100010 100010 1001101

Color Harmonies of #B2D9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2D9CD

Black with #B2D9CD

Text Example


Text Example

White with #B2D9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2D9CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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