Html Css Color HEX #B5DFD3 Cruise

📋 copy color: '#B5DFD3'

red 181 ◦ green 223 ◦ blue 211

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

Shades of Cruise #B5DFD3

Tints of Cruise #B5DFD3

RGB

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

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

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

R = 29.43%
G = 36.26%
B = 34.31%

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

#B5DFD3 (or 0xB5DFD3) is known color: Cruise. HEX triplet: B5, DF and D3. RGB value is (181,223,211). Sum of RGB (Red+Green+Blue) = 181+223+211=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 211 (82.81% from 255 or 34.31% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #B5DFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DFD3 is #4A202C. Grayscale: #D1D1D1. Windows color (decimal): -4857901 or 13885365. OLE color: 13885365.

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

Color convert

RGB 181 223 211 -
CMYK 0.19 0 0.05 0.13
HSL 162.86º 0.4% 0.79% -
HSV(B) 162.86º 0.19% 0.87% -
XYZ 57.2 67.3 71.6 -
YUV 209.07 129.09 107.98 -
System Red Green Blue C M Y K H S L
Decimal 181 223 211 0.19 0 0.05 0.13 162.86 0.4 0.79
Hex B5 DF D3 13 0 5 D A3 28 4F
Octal 265 337 323 23 0 5 15 243 50 117
Binary 10110101 11011111 11010011 10011 0 101 1101 10100011 101000 1001111

Color Harmonies of #B5DFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5DFD3

Black with #B5DFD3

Text Example


Text Example

White with #B5DFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5DFD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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