Html Css Color HEX #B7DFD0 Cruise

📋 copy color: '#B7DFD0'

red 183 ◦ green 223 ◦ blue 208

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

Shades of Cruise #B7DFD0

Tints of Cruise #B7DFD0

RGB

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

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

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

R = 29.8%
G = 36.32%
B = 33.88%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B7DFD0 (or 0xB7DFD0) is known color: Cruise. HEX triplet: B7, DF and D0. RGB value is (183,223,208). Sum of RGB (Red+Green+Blue) = 183+223+208=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 208 (81.64% from 255 or 33.88% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFD0 is #48202F. Grayscale: #D1D1D1. Windows color (decimal): -4726832 or 13688759. OLE color: 13688759.

HSL color Cylindrical-coordinate representation of color #B7DFD0: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DFD0 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 208 -
CMYK 0.18 0 0.07 0.13
HSL 157.5º 0.38% 0.8% -
HSV(B) 157.5º 0.18% 0.87% -
XYZ 57.3 67.4 69.66 -
YUV 209.33 127.25 109.22 -
System Red Green Blue C M Y K H S L
Decimal 183 223 208 0.18 0 0.07 0.13 157.5 0.38 0.8
Hex B7 DF D0 12 0 7 D 9E 26 50
Octal 267 337 320 22 0 7 15 236 46 120
Binary 10110111 11011111 11010000 10010 0 111 1101 10011110 100110 1010000

Color Harmonies of #B7DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFD0

Black with #B7DFD0

Text Example


Text Example

White with #B7DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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