Html Css Color HEX #BFE0EF Onahau

📋 copy color: '#BFE0EF'

red 191 ◦ green 224 ◦ blue 239

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

Shades of Onahau #BFE0EF

Tints of Onahau #BFE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 34.25%

 BLUE value IS 239 (93.75% from 255) = 36.54%

R = 29.2%
G = 34.25%
B = 36.54%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFE0EF (or 0xBFE0EF) is known color: Onahau. HEX triplet: BF, E0 and EF. RGB value is (191,224,239). Sum of RGB (Red+Green+Blue) = 191+224+239=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 224 (87.89% from 255 or 34.25% from 654); Blue value is 239 (93.75% from 255 or 36.54% from 654); Max value from RGB is 239 - color contains mainly: blue. Hex color #BFE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0EF is #401F10. Grayscale: #D7D7D7. Windows color (decimal): -4202257 or 15720639. OLE color: 15720639.

HSL color Cylindrical-coordinate representation of color #BFE0EF: hue angle of 198.75º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFE0EF is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 224 239 -
CMYK 0.20 0.06 0 0.06
HSL 198.75º 0.6% 0.84% -
HSV(B) 198.75º 0.2% 0.94% -
XYZ 63.72 70.62 91.93 -
YUV 215.84 141.07 110.28 -
System Red Green Blue C M Y K H S L
Decimal 191 224 239 0.20 0.06 0 0.06 198.75 0.6 0.84
Hex BF E0 EF 14 6 0 6 C7 3C 54
Octal 277 340 357 24 6 0 6 307 74 124
Binary 10111111 11100000 11101111 10100 110 0 110 11000111 111100 1010100

Color Harmonies of #BFE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE0EF

Black with #BFE0EF

Text Example


Text Example

White with #BFE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE0EF; }

 p { color: rgb(191,224,239); }

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

background-color css

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

 a { background-color: rgb(191,224,239); }

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

border-color css

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

 span { border-color: rgb(191,224,239); }

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