Html Css Color HEX #BFE2ED Onahau

📋 copy color: '#BFE2ED'

red 191 ◦ green 226 ◦ blue 237

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

Shades of Onahau #BFE2ED

Tints of Onahau #BFE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.56%

 BLUE value IS 237 (92.97% from 255) = 36.24%

R = 29.2%
G = 34.56%
B = 36.24%

CMYK

 C value IS 0.19

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFE2ED (or 0xBFE2ED) is known color: Onahau. HEX triplet: BF, E2 and ED. RGB value is (191,226,237). Sum of RGB (Red+Green+Blue) = 191+226+237=654 (86% of max value = 765). Red value is 191 (75% from 255 or 29.20% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2ED is #401D12. Grayscale: #D8D8D8. Windows color (decimal): -4201747 or 15590079. OLE color: 15590079.

HSL color Cylindrical-coordinate representation of color #BFE2ED: hue angle of 194.35º degrees, saturation: 0.56, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFE2ED is Cyan = 0.19, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 226 237 -
CMYK 0.19 0.05 0 0.07
HSL 194.35º 0.56% 0.84% -
HSV(B) 194.35º 0.19% 0.93% -
XYZ 63.97 71.58 90.57 -
YUV 216.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 191 226 237 0.19 0.05 0 0.07 194.35 0.56 0.84
Hex BF E2 ED 13 5 0 7 C2 38 54
Octal 277 342 355 23 5 0 7 302 70 124
Binary 10111111 11100010 11101101 10011 101 0 111 11000010 111000 1010100

Color Harmonies of #BFE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE2ED

Black with #BFE2ED

Text Example


Text Example

White with #BFE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE2ED; }

 p { color: rgb(191,226,237); }

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

background-color css

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

 a { background-color: rgb(191,226,237); }

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

border-color css

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

 span { border-color: rgb(191,226,237); }

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