Html Css Color HEX #B4DCD2 Cruise

📋 copy color: '#B4DCD2'

red 180 ◦ green 220 ◦ blue 210

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

Shades of Cruise #B4DCD2

Tints of Cruise #B4DCD2

RGB

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

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

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

R = 29.51%
G = 36.07%
B = 34.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B4DCD2 (or 0xB4DCD2) is known color: Cruise. HEX triplet: B4, DC and D2. RGB value is (180,220,210). Sum of RGB (Red+Green+Blue) = 180+220+210=610 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.51% from 610); Green value is 220 (86.33% from 255 or 36.07% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD2 is #4B232D. Grayscale: #CECECE. Windows color (decimal): -4924206 or 13819060. OLE color: 13819060.

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

Color convert

RGB 180 220 210 -
CMYK 0.18 0 0.05 0.14
HSL 165º 0.36% 0.78% -
HSV(B) 165º 0.18% 0.86% -
XYZ 56.05 65.54 70.67 -
YUV 206.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 180 220 210 0.18 0 0.05 0.14 165 0.36 0.78
Hex B4 DC D2 12 0 5 E A5 24 4E
Octal 264 334 322 22 0 5 16 245 44 116
Binary 10110100 11011100 11010010 10010 0 101 1110 10100101 100100 1001110

Color Harmonies of #B4DCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCD2

Black with #B4DCD2

Text Example


Text Example

White with #B4DCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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