Html Css Color HEX #B4DCD1 Cruise

📋 copy color: '#B4DCD1'

red 180 ◦ green 220 ◦ blue 209

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

Shades of Cruise #B4DCD1

Tints of Cruise #B4DCD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.32%

R = 29.56%
G = 36.12%
B = 34.32%

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

#B4DCD1 (or 0xB4DCD1) is known color: Cruise. HEX triplet: B4, DC and D1. RGB value is (180,220,209). Sum of RGB (Red+Green+Blue) = 180+220+209=609 (80% of max value = 765). Red value is 180 (70.70% from 255 or 29.56% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 209 (82.03% from 255 or 34.32% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B4DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DCD1 is #4B232E. Grayscale: #CECECE. Windows color (decimal): -4924207 or 13753524. OLE color: 13753524.

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

Color convert

RGB 180 220 209 -
CMYK 0.18 0 0.05 0.14
HSL 163.5º 0.36% 0.78% -
HSV(B) 163.5º 0.18% 0.86% -
XYZ 55.92 65.49 70.02 -
YUV 206.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 180 220 209 0.18 0 0.05 0.14 163.5 0.36 0.78
Hex B4 DC D1 12 0 5 E A4 24 4E
Octal 264 334 321 22 0 5 16 244 44 116
Binary 10110100 11011100 11010001 10010 0 101 1110 10100100 100100 1001110

Color Harmonies of #B4DCD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DCD1

Black with #B4DCD1

Text Example


Text Example

White with #B4DCD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DCD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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