Html Css Color HEX #B7DFD4 Cruise

📋 copy color: '#B7DFD4'

red 183 ◦ green 223 ◦ blue 212

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

Shades of Cruise #B7DFD4

Tints of Cruise #B7DFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.3%

R = 29.61%
G = 36.08%
B = 34.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#B7DFD4 (or 0xB7DFD4) is known color: Cruise. HEX triplet: B7, DF and D4. RGB value is (183,223,212). Sum of RGB (Red+Green+Blue) = 183+223+212=618 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.61% from 618); Green value is 223 (87.5% from 255 or 36.08% from 618); Blue value is 212 (83.20% from 255 or 34.30% from 618); Max value from RGB is 223 - color contains mainly: green. Hex color #B7DFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DFD4 is #48202B. Grayscale: #D1D1D1. Windows color (decimal): -4726828 or 13950903. OLE color: 13950903.

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

Color convert

RGB 183 223 212 -
CMYK 0.18 0 0.05 0.13
HSL 163.5º 0.38% 0.8% -
HSV(B) 163.5º 0.18% 0.87% -
XYZ 57.8 67.6 72.29 -
YUV 209.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 183 223 212 0.18 0 0.05 0.13 163.5 0.38 0.8
Hex B7 DF D4 12 0 5 D A4 26 50
Octal 267 337 324 22 0 5 15 244 46 120
Binary 10110111 11011111 11010100 10010 0 101 1101 10100100 100110 1010000

Color Harmonies of #B7DFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DFD4

Black with #B7DFD4

Text Example


Text Example

White with #B7DFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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