Html Css Color HEX #BFE7FC Onahau

📋 copy color: '#BFE7FC'

red 191 ◦ green 231 ◦ blue 252

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

Shades of Onahau #BFE7FC

Tints of Onahau #BFE7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.27%

 BLUE value IS 252 (98.83% from 255) = 37.39%

R = 28.34%
G = 34.27%
B = 37.39%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFE7FC (or 0xBFE7FC) is known color: Onahau. HEX triplet: BF, E7 and FC. RGB value is (191,231,252). Sum of RGB (Red+Green+Blue) = 191+231+252=674 (89% of max value = 765). Red value is 191 (75% from 255 or 28.34% from 674); Green value is 231 (90.62% from 255 or 34.27% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #BFE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFE7FC is #401803. Grayscale: #DDDDDD. Windows color (decimal): -4200452 or 16574399. OLE color: 16574399.

HSL color Cylindrical-coordinate representation of color #BFE7FC: hue angle of 200.66º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE7FC is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 231 252 -
CMYK 0.24 0.08 0 0.01
HSL 200.66º 0.91% 0.87% -
HSV(B) 200.66º 0.24% 0.99% -
XYZ 67.63 75.26 103.06 -
YUV 221.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 191 231 252 0.24 0.08 0 0.01 200.66 0.91 0.87
Hex BF E7 FC 18 8 0 1 C9 5B 57
Octal 277 347 374 30 10 0 1 311 133 127
Binary 10111111 11100111 11111100 11000 1000 0 1 11001001 1011011 1010111

Color Harmonies of #BFE7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE7FC

Black with #BFE7FC

Text Example


Text Example

White with #BFE7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE7FC; }

 p { color: rgb(191,231,252); }

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

background-color css

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

 a { background-color: rgb(191,231,252); }

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

border-color css

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

 span { border-color: rgb(191,231,252); }

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