Html Css Color HEX #B8DAD3 Cruise

📋 copy color: '#B8DAD3'

red 184 ◦ green 218 ◦ blue 211

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

Shades of Cruise #B8DAD3

Tints of Cruise #B8DAD3

RGB

 RED value IS 184 (72.27% from 255) = 30.02%

 GREEN value IS 218 (85.55% from 255) = 35.56%

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

R = 30.02%
G = 35.56%
B = 34.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#B8DAD3 (or 0xB8DAD3) is known color: Cruise. HEX triplet: B8, DA and D3. RGB value is (184,218,211). Sum of RGB (Red+Green+Blue) = 184+218+211=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DAD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DAD3 is #47252C. Grayscale: #CFCFCF. Windows color (decimal): -4662573 or 13884088. OLE color: 13884088.

HSL color Cylindrical-coordinate representation of color #B8DAD3: hue angle of 167.65º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DAD3 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 218 211 -
CMYK 0.16 0 0.03 0.15
HSL 167.65º 0.31% 0.79% -
HSV(B) 167.65º 0.16% 0.85% -
XYZ 56.6 65.04 71.2 -
YUV 207.04 130.24 111.57 -
System Red Green Blue C M Y K H S L
Decimal 184 218 211 0.16 0 0.03 0.15 167.65 0.31 0.79
Hex B8 DA D3 10 0 3 F A8 1F 4F
Octal 270 332 323 20 0 3 17 250 37 117
Binary 10111000 11011010 11010011 10000 0 11 1111 10101000 11111 1001111

Color Harmonies of #B8DAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DAD3

Black with #B8DAD3

Text Example


Text Example

White with #B8DAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DAD3; }

 p { color: rgb(184,218,211); }

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

background-color css

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

 a { background-color: rgb(184,218,211); }

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

border-color css

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

 span { border-color: rgb(184,218,211); }

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