Html Css Color HEX #B7DCD4 Cruise

📋 copy color: '#B7DCD4'

red 183 ◦ green 220 ◦ blue 212

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

Shades of Cruise #B7DCD4

Tints of Cruise #B7DCD4

RGB

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

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

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

R = 29.76%
G = 35.77%
B = 34.47%

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

#B7DCD4 (or 0xB7DCD4) is known color: Cruise. HEX triplet: B7, DC and D4. RGB value is (183,220,212). Sum of RGB (Red+Green+Blue) = 183+220+212=615 (81% of max value = 765). Red value is 183 (71.88% from 255 or 29.76% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCD4 is #48232B. Grayscale: #D0D0D0. Windows color (decimal): -4727596 or 13950135. OLE color: 13950135.

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

Color convert

RGB 183 220 212 -
CMYK 0.17 0 0.04 0.14
HSL 167.03º 0.35% 0.79% -
HSV(B) 167.03º 0.17% 0.86% -
XYZ 57.01 66.01 72.02 -
YUV 208.03 130.24 110.15 -
System Red Green Blue C M Y K H S L
Decimal 183 220 212 0.17 0 0.04 0.14 167.03 0.35 0.79
Hex B7 DC D4 11 0 4 E A7 23 4F
Octal 267 334 324 21 0 4 16 247 43 117
Binary 10110111 11011100 11010100 10001 0 100 1110 10100111 100011 1001111

Color Harmonies of #B7DCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7DCD4

Black with #B7DCD4

Text Example


Text Example

White with #B7DCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7DCD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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