Html Css Color HEX #B5DCCD Cruise

📋 copy color: '#B5DCCD'

red 181 ◦ green 220 ◦ blue 205

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

Shades of Cruise #B5DCCD

Tints of Cruise #B5DCCD

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.3%

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

R = 29.87%
G = 36.3%
B = 33.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#B5DCCD (or 0xB5DCCD) is known color: Cruise. HEX triplet: B5, DC and CD. RGB value is (181,220,205). Sum of RGB (Red+Green+Blue) = 181+220+205=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCD is #4A2332. Grayscale: #CECECE. Windows color (decimal): -4858675 or 13491381. OLE color: 13491381.

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

Color convert

RGB 181 220 205 -
CMYK 0.18 0 0.07 0.14
HSL 156.92º 0.36% 0.79% -
HSV(B) 156.92º 0.18% 0.86% -
XYZ 55.67 65.42 67.45 -
YUV 206.63 127.08 109.72 -
System Red Green Blue C M Y K H S L
Decimal 181 220 205 0.18 0 0.07 0.14 156.92 0.36 0.79
Hex B5 DC CD 12 0 7 E 9D 24 4F
Octal 265 334 315 22 0 7 16 235 44 117
Binary 10110101 11011100 11001101 10010 0 111 1110 10011101 100100 1001111

Color Harmonies of #B5DCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DCCD

Black with #B5DCCD

Text Example


Text Example

White with #B5DCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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