Html Css Color HEX #B7D9CF Cruise

📋 copy color: '#B7D9CF'

red 183 ◦ green 217 ◦ blue 207

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

Shades of Cruise #B7D9CF

Tints of Cruise #B7D9CF

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.75%

 BLUE value IS 207 (81.25% from 255) = 34.1%

R = 30.15%
G = 35.75%
B = 34.1%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#B7D9CF (or 0xB7D9CF) is known color: Cruise. HEX triplet: B7, D9 and CF. RGB value is (183,217,207). Sum of RGB (Red+Green+Blue) = 183+217+207=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #B7D9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D9CF is #482630. Grayscale: #CDCDCD. Windows color (decimal): -4728369 or 13621687. OLE color: 13621687.

HSL color Cylindrical-coordinate representation of color #B7D9CF: hue angle of 162.35º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7D9CF is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 217 207 -
CMYK 0.16 0 0.05 0.15
HSL 162.35º 0.31% 0.78% -
HSV(B) 162.35º 0.16% 0.85% -
XYZ 55.6 64.2 68.49 -
YUV 205.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 183 217 207 0.16 0 0.05 0.15 162.35 0.31 0.78
Hex B7 D9 CF 10 0 5 F A2 1F 4E
Octal 267 331 317 20 0 5 17 242 37 116
Binary 10110111 11011001 11001111 10000 0 101 1111 10100010 11111 1001110

Color Harmonies of #B7D9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7D9CF

Black with #B7D9CF

Text Example


Text Example

White with #B7D9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7D9CF; }

 p { color: rgb(183,217,207); }

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

background-color css

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

 a { background-color: rgb(183,217,207); }

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

border-color css

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

 span { border-color: rgb(183,217,207); }

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