Html Css Color HEX #B5DDCD Cruise

📋 copy color: '#B5DDCD'

red 181 ◦ green 221 ◦ blue 205

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

Shades of Cruise #B5DDCD

Tints of Cruise #B5DDCD

RGB

 RED value IS 181 (71.09% from 255) = 29.82%

 GREEN value IS 221 (86.72% from 255) = 36.41%

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

R = 29.82%
G = 36.41%
B = 33.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B5DDCD (or 0xB5DDCD) is known color: Cruise. HEX triplet: B5, DD and CD. RGB value is (181,221,205). Sum of RGB (Red+Green+Blue) = 181+221+205=607 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.82% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDCD is #4A2232. Grayscale: #CFCFCF. Windows color (decimal): -4858419 or 13491637. OLE color: 13491637.

HSL color Cylindrical-coordinate representation of color #B5DDCD: hue angle of 156º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDCD is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 205 -
CMYK 0.18 0 0.07 0.13
HSL 156º 0.37% 0.79% -
HSV(B) 156º 0.18% 0.87% -
XYZ 55.93 65.94 67.54 -
YUV 207.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 181 221 205 0.18 0 0.07 0.13 156 0.37 0.79
Hex B5 DD CD 12 0 7 D 9C 25 4F
Octal 265 335 315 22 0 7 15 234 45 117
Binary 10110101 11011101 11001101 10010 0 111 1101 10011100 100101 1001111

Color Harmonies of #B5DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDCD

Black with #B5DDCD

Text Example


Text Example

White with #B5DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDCD; }

 p { color: rgb(181,221,205); }

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

background-color css

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

 a { background-color: rgb(181,221,205); }

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

border-color css

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

 span { border-color: rgb(181,221,205); }

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