Html Css Color HEX #B6C7FF Tropical Blue

📋 copy color: '#B6C7FF'

red 182 ◦ green 199 ◦ blue 255

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

Shades of Tropical Blue #B6C7FF

Tints of Tropical Blue #B6C7FF

RGB

 RED value IS 182 (71.48% from 255) = 28.62%

 GREEN value IS 199 (78.13% from 255) = 31.29%

 BLUE value IS 255 (100% from 255) = 40.09%

R = 28.62%
G = 31.29%
B = 40.09%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6C7FF (or 0xB6C7FF) is known color: Tropical Blue. HEX triplet: B6, C7 and FF. RGB value is (182,199,255). Sum of RGB (Red+Green+Blue) = 182+199+255=636 (84% of max value = 765). Red value is 182 (71.48% from 255 or 28.62% from 636); Green value is 199 (78.12% from 255 or 31.29% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6C7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B6C7FF is #493800. Grayscale: #C8C8C8. Windows color (decimal): -4798465 or 16762806. OLE color: 16762806.

HSL color Cylindrical-coordinate representation of color #B6C7FF: hue angle of 226.03º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6C7FF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 199 255 -
CMYK 0.29 0.22 0 0
HSL 226.03º 1% 0.86% -
HSV(B) 226.03º 0.29% 1% -
XYZ 57.76 58.01 102.76 -
YUV 200.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 182 199 255 0.29 0.22 0 0 226.03 1 0.86
Hex B6 C7 FF 1D 16 0 0 E2 64 56
Octal 266 307 377 35 26 0 0 342 144 126
Binary 10110110 11000111 11111111 11101 10110 0 0 11100010 1100100 1010110

Color Harmonies of #B6C7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C7FF

Black with #B6C7FF

Text Example


Text Example

White with #B6C7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C7FF; }

 p { color: rgb(182,199,255); }

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

background-color css

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

 a { background-color: rgb(182,199,255); }

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

border-color css

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

 span { border-color: rgb(182,199,255); }

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