Html Css Color HEX #B7DFD7 Cruise

📋 copy color: '#B7DFD7'

red 183 ◦ green 223 ◦ blue 215

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

Shades of Cruise #B7DFD7

Tints of Cruise #B7DFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.62%

R = 29.47%
G = 35.91%
B = 34.62%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#B7DFD7 (or 0xB7DFD7) is known color: Cruise. HEX triplet: B7, DF and D7. RGB value is (183,223,215). Sum of RGB (Red+Green+Blue) = 183+223+215=621 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.47% from 621); Green value is 223 (87.5% from 255 or 35.91% from 621); Blue value is 215 (84.38% from 255 or 34.62% from 621); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFD7 is #482028. Grayscale: #D2D2D2. Windows color (decimal): -4726825 or 14147511. OLE color: 14147511.

HSL color Cylindrical-coordinate representation of color #B7DFD7: hue angle of 168º 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 #B7DFD7 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 183 223 215 -
CMYK 0.18 0 0.04 0.13
HSL 168º 0.38% 0.8% -
HSV(B) 168º 0.18% 0.87% -
XYZ 58.18 67.75 74.3 -
YUV 210.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 183 223 215 0.18 0 0.04 0.13 168 0.38 0.8
Hex B7 DF D7 12 0 4 D A8 26 50
Octal 267 337 327 22 0 4 15 250 46 120
Binary 10110111 11011111 11010111 10010 0 100 1101 10101000 100110 1010000

Color Harmonies of #B7DFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFD7

Black with #B7DFD7

Text Example


Text Example

White with #B7DFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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