Html Css Color HEX #B6E6FF Onahau

📋 copy color: '#B6E6FF'

red 182 ◦ green 230 ◦ blue 255

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

Shades of Onahau #B6E6FF

Tints of Onahau #B6E6FF

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.48%

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

R = 27.29%
G = 34.48%
B = 38.23%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B6E6FF (or 0xB6E6FF) is known color: Onahau. HEX triplet: B6, E6 and FF. RGB value is (182,230,255). Sum of RGB (Red+Green+Blue) = 182+230+255=667 (88% of max value = 765). Red value is 182 (71.48% from 255 or 27.29% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 255 (100% from 255 or 38.23% from 667); Max value from RGB is 255 - color contains mainly: blue. Hex color #B6E6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B6E6FF is #491900. Grayscale: #DADADA. Windows color (decimal): -4790529 or 16770742. OLE color: 16770742.

HSL color Cylindrical-coordinate representation of color #B6E6FF: hue angle of 200.55º 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 #B6E6FF is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 230 255 -
CMYK 0.29 0.10 0 0
HSL 200.55º 1% 0.86% -
HSV(B) 200.55º 0.29% 1% -
XYZ 65.64 73.76 105.39 -
YUV 218.5 148.6 101.97 -
System Red Green Blue C M Y K H S L
Decimal 182 230 255 0.29 0.10 0 0 200.55 1 0.86
Hex B6 E6 FF 1D A 0 0 C9 64 56
Octal 266 346 377 35 12 0 0 311 144 126
Binary 10110110 11100110 11111111 11101 1010 0 0 11001001 1100100 1010110

Color Harmonies of #B6E6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E6FF

Black with #B6E6FF

Text Example


Text Example

White with #B6E6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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