Html Css Color HEX #B5DFD0 Cruise

📋 copy color: '#B5DFD0'

red 181 ◦ green 223 ◦ blue 208

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

Shades of Cruise #B5DFD0

Tints of Cruise #B5DFD0

RGB

 RED value IS 181 (71.09% from 255) = 29.58%

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

 BLUE value IS 208 (81.64% from 255) = 33.99%

R = 29.58%
G = 36.44%
B = 33.99%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B5DFD0 (or 0xB5DFD0) is known color: Cruise. HEX triplet: B5, DF and D0. RGB value is (181,223,208). Sum of RGB (Red+Green+Blue) = 181+223+208=612 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.58% from 612); Green value is 223 (87.5% from 255 or 36.44% from 612); Blue value is 208 (81.64% from 255 or 33.99% from 612); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD0 is #4A202F. Grayscale: #D0D0D0. Windows color (decimal): -4857904 or 13688757. OLE color: 13688757.

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

Color convert

RGB 181 223 208 -
CMYK 0.19 0 0.07 0.13
HSL 158.57º 0.4% 0.79% -
HSV(B) 158.57º 0.19% 0.87% -
XYZ 56.83 67.15 69.64 -
YUV 208.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 181 223 208 0.19 0 0.07 0.13 158.57 0.4 0.79
Hex B5 DF D0 13 0 7 D 9F 28 4F
Octal 265 337 320 23 0 7 15 237 50 117
Binary 10110101 11011111 11010000 10011 0 111 1101 10011111 101000 1001111

Color Harmonies of #B5DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFD0

Black with #B5DFD0

Text Example


Text Example

White with #B5DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFD0; }

 p { color: rgb(181,223,208); }

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

background-color css

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

 a { background-color: rgb(181,223,208); }

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

border-color css

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

 span { border-color: rgb(181,223,208); }

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