Html Css Color HEX #B4DED2 Cruise

📋 copy color: '#B4DED2'

red 180 ◦ green 222 ◦ blue 210

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

Shades of Cruise #B4DED2

Tints of Cruise #B4DED2

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.27%

 BLUE value IS 210 (82.42% from 255) = 34.31%

R = 29.41%
G = 36.27%
B = 34.31%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B4DED2 (or 0xB4DED2) is known color: Cruise. HEX triplet: B4, DE and D2. RGB value is (180,222,210). Sum of RGB (Red+Green+Blue) = 180+222+210=612 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.41% from 612); Green value is 222 (87.11% from 255 or 36.27% from 612); Blue value is 210 (82.42% from 255 or 34.31% from 612); Max value from RGB is 222 - color contains mainly: green. Hex color #B4DED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DED2 is #4B212D. Grayscale: #D0D0D0. Windows color (decimal): -4923694 or 13819572. OLE color: 13819572.

HSL color Cylindrical-coordinate representation of color #B4DED2: hue angle of 162.86º degrees, saturation: 0.39, 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 #B4DED2 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 222 210 -
CMYK 0.19 0 0.05 0.13
HSL 162.86º 0.39% 0.79% -
HSV(B) 162.86º 0.19% 0.87% -
XYZ 56.58 66.6 70.85 -
YUV 208.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 180 222 210 0.19 0 0.05 0.13 162.86 0.39 0.79
Hex B4 DE D2 13 0 5 D A3 27 4F
Octal 264 336 322 23 0 5 15 243 47 117
Binary 10110100 11011110 11010010 10011 0 101 1101 10100011 100111 1001111

Color Harmonies of #B4DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DED2

Black with #B4DED2

Text Example


Text Example

White with #B4DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DED2; }

 p { color: rgb(180,222,210); }

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

background-color css

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

 a { background-color: rgb(180,222,210); }

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

border-color css

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

 span { border-color: rgb(180,222,210); }

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