Html Css Color HEX #B4DCD3 Cruise

📋 copy color: '#B4DCD3'

red 180 ◦ green 220 ◦ blue 211

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

Shades of Cruise #B4DCD3

Tints of Cruise #B4DCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 34.53%

R = 29.46%
G = 36.01%
B = 34.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B4DCD3 (or 0xB4DCD3) is known color: Cruise. HEX triplet: B4, DC and D3. RGB value is (180,220,211). Sum of RGB (Red+Green+Blue) = 180+220+211=611 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.46% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD3 is #4B232C. Grayscale: #CFCFCF. Windows color (decimal): -4924205 or 13884596. OLE color: 13884596.

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

Color convert

RGB 180 220 211 -
CMYK 0.18 0 0.04 0.14
HSL 166.5º 0.36% 0.78% -
HSV(B) 166.5º 0.18% 0.86% -
XYZ 56.17 65.59 71.33 -
YUV 207.01 130.25 108.73 -
System Red Green Blue C M Y K H S L
Decimal 180 220 211 0.18 0 0.04 0.14 166.5 0.36 0.78
Hex B4 DC D3 12 0 4 E A6 24 4E
Octal 264 334 323 22 0 4 16 246 44 116
Binary 10110100 11011100 11010011 10010 0 100 1110 10100110 100100 1001110

Color Harmonies of #B4DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCD3

Black with #B4DCD3

Text Example


Text Example

White with #B4DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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