Html Css Color HEX #B7DAD0 Cruise

📋 copy color: '#B7DAD0'

red 183 ◦ green 218 ◦ blue 208

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

Shades of Cruise #B7DAD0

Tints of Cruise #B7DAD0

RGB

 RED value IS 183 (71.88% from 255) = 30.05%

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

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

R = 30.05%
G = 35.8%
B = 34.15%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#B7DAD0 (or 0xB7DAD0) is known color: Cruise. HEX triplet: B7, DA and D0. RGB value is (183,218,208). Sum of RGB (Red+Green+Blue) = 183+218+208=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 208 (81.64% from 255 or 34.15% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DAD0 is #48252F. Grayscale: #CECECE. Windows color (decimal): -4728112 or 13687479. OLE color: 13687479.

HSL color Cylindrical-coordinate representation of color #B7DAD0: hue angle of 162.86º degrees, saturation: 0.32, 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 #B7DAD0 is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 218 208 -
CMYK 0.16 0 0.05 0.15
HSL 162.86º 0.32% 0.79% -
HSV(B) 162.86º 0.16% 0.85% -
XYZ 55.99 64.76 69.22 -
YUV 206.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 183 218 208 0.16 0 0.05 0.15 162.86 0.32 0.79
Hex B7 DA D0 10 0 5 F A3 20 4F
Octal 267 332 320 20 0 5 17 243 40 117
Binary 10110111 11011010 11010000 10000 0 101 1111 10100011 100000 1001111

Color Harmonies of #B7DAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DAD0

Black with #B7DAD0

Text Example


Text Example

White with #B7DAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DAD0; }

 p { color: rgb(183,218,208); }

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

background-color css

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

 a { background-color: rgb(183,218,208); }

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

border-color css

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

 span { border-color: rgb(183,218,208); }

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