#BFF6FF

Color #BFF6FF Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BFF6FF

Tints of Onahau #BFF6FF

Color information

#BFF6FF (or 0xBFF6FF) is unknown color: approx Onahau. HEX triplet: BF, F6 and FF. RGB value is (191,246,255). Sum of RGB (Red+Green+Blue) = 191+246+255=692 (91% of max value = 765). Red value is 191 (75% from 255 or 27.60% from 692); Green value is 246 (96.48% from 255 or 35.55% from 692); Blue value is 255 (100% from 255 or 36.85% from 692); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF6FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6FF is #400900. Grayscale: #E6E6E6. Windows color (decimal): -4196609 or 16774847. OLE color: 16774847.

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

Color convert

RGB191246255-
CMYK0.250.0400
HSL188.44º100%87.45%-
HSV(B)188.44º25.1%100%-
XYZ72.4984.21107.04-
YUV230.58141.7899.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.60%
GREEN value IS 246 (96.48% from 255) = 35.55%
BLUE value IS 255 (100% from 255) = 36.85%
R=27.60%
G=35.55%
B=36.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912462550.250.0400188.4410087.45
HexBFF6FF19400bc6457
Octal27736637731400274144127
Binary10111111111101101111111111001100001011110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6FF; }

 p { color: rgb(191,246,255); }

 H1.HeaderClassName
 {
   color: #BFF6FF;
 }
 .AnyTagClassName
 {
   color: #BFF6FF;
 }
</style>
background-color css

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

 a { background-color: rgb(191,246,255); }

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

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

 span { border-color: rgb(191,246,255); }

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