Html Css Color HEX #B4DFD2 Cruise

📋 copy color: '#B4DFD2'

red 180 ◦ green 223 ◦ blue 210

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

Shades of Cruise #B4DFD2

Tints of Cruise #B4DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.38%

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

R = 29.36%
G = 36.38%
B = 34.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B4DFD2 (or 0xB4DFD2) is known color: Cruise. HEX triplet: B4, DF and D2. RGB value is (180,223,210). Sum of RGB (Red+Green+Blue) = 180+223+210=613 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.36% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 210 (82.42% from 255 or 34.26% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFD2 is #4B202D. Grayscale: #D0D0D0. Windows color (decimal): -4923438 or 13819828. OLE color: 13819828.

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

Color convert

RGB 180 223 210 -
CMYK 0.19 0 0.06 0.13
HSL 161.86º 0.4% 0.79% -
HSV(B) 161.86º 0.19% 0.87% -
XYZ 56.84 67.13 70.93 -
YUV 208.66 128.75 107.56 -
System Red Green Blue C M Y K H S L
Decimal 180 223 210 0.19 0 0.06 0.13 161.86 0.4 0.79
Hex B4 DF D2 13 0 6 D A2 28 4F
Octal 264 337 322 23 0 6 15 242 50 117
Binary 10110100 11011111 11010010 10011 0 110 1101 10100010 101000 1001111

Color Harmonies of #B4DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFD2

Black with #B4DFD2

Text Example


Text Example

White with #B4DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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