Html Css Color HEX #B5DDD4 Cruise

📋 copy color: '#B5DDD4'

red 181 ◦ green 221 ◦ blue 212

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

Shades of Cruise #B5DDD4

Tints of Cruise #B5DDD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.53%

R = 29.48%
G = 35.99%
B = 34.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B5DDD4 (or 0xB5DDD4) is known color: Cruise. HEX triplet: B5, DD and D4. RGB value is (181,221,212). Sum of RGB (Red+Green+Blue) = 181+221+212=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 212 (83.20% from 255 or 34.53% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDD4 is #4A222B. Grayscale: #D0D0D0. Windows color (decimal): -4858412 or 13950389. OLE color: 13950389.

HSL color Cylindrical-coordinate representation of color #B5DDD4: hue angle of 166.5º 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 #B5DDD4 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 181 221 212 -
CMYK 0.18 0 0.04 0.13
HSL 166.5º 0.37% 0.79% -
HSV(B) 166.5º 0.18% 0.87% -
XYZ 56.8 66.29 72.09 -
YUV 208.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 181 221 212 0.18 0 0.04 0.13 166.5 0.37 0.79
Hex B5 DD D4 12 0 4 D A6 25 4F
Octal 265 335 324 22 0 4 15 246 45 117
Binary 10110101 11011101 11010100 10010 0 100 1101 10100110 100101 1001111

Color Harmonies of #B5DDD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DDD4

Black with #B5DDD4

Text Example


Text Example

White with #B5DDD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DDD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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