Html Css Color HEX #BFE6FA Onahau

📋 copy color: '#BFE6FA'

red 191 ◦ green 230 ◦ blue 250

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

Shades of Onahau #BFE6FA

Tints of Onahau #BFE6FA

RGB

 RED value IS 191 (75% from 255) = 28.46%

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 28.46%
G = 34.28%
B = 37.26%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BFE6FA (or 0xBFE6FA) is known color: Onahau. HEX triplet: BF, E6 and FA. RGB value is (191,230,250). Sum of RGB (Red+Green+Blue) = 191+230+250=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 230 (90.23% from 255 or 34.28% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE6FA is #401905. Grayscale: #DCDCDC. Windows color (decimal): -4200710 or 16443071. OLE color: 16443071.

HSL color Cylindrical-coordinate representation of color #BFE6FA: hue angle of 200.34º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE6FA is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 191 230 250 -
CMYK 0.24 0.08 0 0.02
HSL 200.34º 0.86% 0.86% -
HSV(B) 200.34º 0.24% 0.98% -
XYZ 67.04 74.57 101.3 -
YUV 220.62 144.58 106.87 -
System Red Green Blue C M Y K H S L
Decimal 191 230 250 0.24 0.08 0 0.02 200.34 0.86 0.86
Hex BF E6 FA 18 8 0 2 C8 56 56
Octal 277 346 372 30 10 0 2 310 126 126
Binary 10111111 11100110 11111010 11000 1000 0 10 11001000 1010110 1010110

Color Harmonies of #BFE6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE6FA

Black with #BFE6FA

Text Example


Text Example

White with #BFE6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE6FA; }

 p { color: rgb(191,230,250); }

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

background-color css

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

 a { background-color: rgb(191,230,250); }

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

border-color css

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

 span { border-color: rgb(191,230,250); }

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