#BFF5FF

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

Shades of Onahau #BFF5FF

Tints of Onahau #BFF5FF

Color information

#BFF5FF (or 0xBFF5FF) is unknown color: approx Onahau. HEX triplet: BF, F5 and FF. RGB value is (191,245,255). Sum of RGB (Red+Green+Blue) = 191+245+255=691 (91% of max value = 765). Red value is 191 (75% from 255 or 27.64% from 691); Green value is 245 (96.09% from 255 or 35.46% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF5FF is #400A00. Grayscale: #E5E5E5. Windows color (decimal): -4196865 or 16774591. OLE color: 16774591.

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

Color convert

RGB191245255-
CMYK0.250.0400
HSL189.38º100%87.45%-
HSV(B)189.38º25.1%100%-
XYZ72.1983.6106.94-
YUV229.99142.11100.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.64%
GREEN value IS 245 (96.09% from 255) = 35.46%
BLUE value IS 255 (100% from 255) = 36.90%
R=27.64%
G=35.46%
B=36.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912452550.250.0400189.3810087.45
HexBFF5FF19400bd6457
Octal27736537731400275144127
Binary10111111111101011111111111001100001011110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF5FF; }

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

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

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

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

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

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

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

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