Html Css Color HEX #B8DBD3 Cruise

📋 copy color: '#B8DBD3'

red 184 ◦ green 219 ◦ blue 211

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

Shades of Cruise #B8DBD3

Tints of Cruise #B8DBD3

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.67%

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

R = 29.97%
G = 35.67%
B = 34.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B8DBD3 (or 0xB8DBD3) is known color: Cruise. HEX triplet: B8, DB and D3. RGB value is (184,219,211). Sum of RGB (Red+Green+Blue) = 184+219+211=614 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.97% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBD3 is #47242C. Grayscale: #CFCFCF. Windows color (decimal): -4662317 or 13884344. OLE color: 13884344.

HSL color Cylindrical-coordinate representation of color #B8DBD3: hue angle of 166.29º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DBD3 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 184 219 211 -
CMYK 0.16 0 0.04 0.14
HSL 166.29º 0.33% 0.79% -
HSV(B) 166.29º 0.16% 0.86% -
XYZ 56.86 65.56 71.29 -
YUV 207.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 184 219 211 0.16 0 0.04 0.14 166.29 0.33 0.79
Hex B8 DB D3 10 0 4 E A6 21 4F
Octal 270 333 323 20 0 4 16 246 41 117
Binary 10111000 11011011 11010011 10000 0 100 1110 10100110 100001 1001111

Color Harmonies of #B8DBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8DBD3

Black with #B8DBD3

Text Example


Text Example

White with #B8DBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8DBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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