Html Css Color HEX #B4DDD5 Cruise

📋 copy color: '#B4DDD5'

red 180 ◦ green 221 ◦ blue 213

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

Shades of Cruise #B4DDD5

Tints of Cruise #B4DDD5

RGB

 RED value IS 180 (70.7% from 255) = 29.32%

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

 BLUE value IS 213 (83.59% from 255) = 34.69%

R = 29.32%
G = 35.99%
B = 34.69%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B4DDD5 (or 0xB4DDD5) is known color: Cruise. HEX triplet: B4, DD and D5. RGB value is (180,221,213). Sum of RGB (Red+Green+Blue) = 180+221+213=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 213 (83.59% from 255 or 34.69% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #B4DDD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DDD5 is #4B222A. Grayscale: #CFCFCF. Windows color (decimal): -4923947 or 14015924. OLE color: 14015924.

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

Color convert

RGB 180 221 213 -
CMYK 0.19 0 0.04 0.13
HSL 168.29º 0.38% 0.79% -
HSV(B) 168.29º 0.19% 0.87% -
XYZ 56.69 66.22 72.74 -
YUV 207.83 130.92 108.15 -
System Red Green Blue C M Y K H S L
Decimal 180 221 213 0.19 0 0.04 0.13 168.29 0.38 0.79
Hex B4 DD D5 13 0 4 D A8 26 4F
Octal 264 335 325 23 0 4 15 250 46 117
Binary 10110100 11011101 11010101 10011 0 100 1101 10101000 100110 1001111

Color Harmonies of #B4DDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DDD5

Black with #B4DDD5

Text Example


Text Example

White with #B4DDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DDD5; }

 p { color: rgb(180,221,213); }

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

background-color css

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

 a { background-color: rgb(180,221,213); }

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

border-color css

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

 span { border-color: rgb(180,221,213); }

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