Html Css Color HEX #B4DFD3 Cruise

📋 copy color: '#B4DFD3'

red 180 ◦ green 223 ◦ blue 211

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

Shades of Cruise #B4DFD3

Tints of Cruise #B4DFD3

RGB

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

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

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

R = 29.32%
G = 36.32%
B = 34.36%

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

#B4DFD3 (or 0xB4DFD3) is known color: Cruise. HEX triplet: B4, DF and D3. RGB value is (180,223,211). Sum of RGB (Red+Green+Blue) = 180+223+211=614 (81% of max value = 765). Red value is 180 (70.70% from 255 or 29.32% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B4DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DFD3 is #4B202C. Grayscale: #D0D0D0. Windows color (decimal): -4923437 or 13885364. OLE color: 13885364.

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

Color convert

RGB 180 223 211 -
CMYK 0.19 0 0.05 0.13
HSL 163.26º 0.4% 0.79% -
HSV(B) 163.26º 0.19% 0.87% -
XYZ 56.97 67.18 71.59 -
YUV 208.78 129.25 107.48 -
System Red Green Blue C M Y K H S L
Decimal 180 223 211 0.19 0 0.05 0.13 163.26 0.4 0.79
Hex B4 DF D3 13 0 5 D A3 28 4F
Octal 264 337 323 23 0 5 15 243 50 117
Binary 10110100 11011111 11010011 10011 0 101 1101 10100011 101000 1001111

Color Harmonies of #B4DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4DFD3

Black with #B4DFD3

Text Example


Text Example

White with #B4DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4DFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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