Html Css Color HEX #B7DCD3 Cruise

📋 copy color: '#B7DCD3'

red 183 ◦ green 220 ◦ blue 211

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

Shades of Cruise #B7DCD3

Tints of Cruise #B7DCD3

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.83%

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

R = 29.8%
G = 35.83%
B = 34.36%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#B7DCD3 (or 0xB7DCD3) is known color: Cruise. HEX triplet: B7, DC and D3. RGB value is (183,220,211). Sum of RGB (Red+Green+Blue) = 183+220+211=614 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.80% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD3 is #48232C. Grayscale: #CFCFCF. Windows color (decimal): -4727597 or 13884599. OLE color: 13884599.

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

Color convert

RGB 183 220 211 -
CMYK 0.17 0 0.04 0.14
HSL 165.41º 0.35% 0.79% -
HSV(B) 165.41º 0.17% 0.86% -
XYZ 56.88 65.96 71.36 -
YUV 207.91 129.74 110.23 -
System Red Green Blue C M Y K H S L
Decimal 183 220 211 0.17 0 0.04 0.14 165.41 0.35 0.79
Hex B7 DC D3 11 0 4 E A5 23 4F
Octal 267 334 323 21 0 4 16 245 43 117
Binary 10110111 11011100 11010011 10001 0 100 1110 10100101 100011 1001111

Color Harmonies of #B7DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCD3

Black with #B7DCD3

Text Example


Text Example

White with #B7DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCD3; }

 p { color: rgb(183,220,211); }

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

background-color css

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

 a { background-color: rgb(183,220,211); }

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

border-color css

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

 span { border-color: rgb(183,220,211); }

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