Html Css Color HEX #BFE4F1 Onahau

📋 copy color: '#BFE4F1'

red 191 ◦ green 228 ◦ blue 241

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

Shades of Onahau #BFE4F1

Tints of Onahau #BFE4F1

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.55%

 BLUE value IS 241 (94.53% from 255) = 36.52%

R = 28.94%
G = 34.55%
B = 36.52%

CMYK

 C value IS 0.21

 M value IS 0.05

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFE4F1 (or 0xBFE4F1) is known color: Onahau. HEX triplet: BF, E4 and F1. RGB value is (191,228,241). Sum of RGB (Red+Green+Blue) = 191+228+241=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFE4F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4F1 is #401B0E. Grayscale: #DADADA. Windows color (decimal): -4201231 or 15852735. OLE color: 15852735.

HSL color Cylindrical-coordinate representation of color #BFE4F1: hue angle of 195.6º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFE4F1 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 228 241 -
CMYK 0.21 0.05 0 0.05
HSL 195.6º 0.64% 0.85% -
HSV(B) 195.6º 0.21% 0.95% -
XYZ 65.11 72.91 93.86 -
YUV 218.42 140.74 108.44 -
System Red Green Blue C M Y K H S L
Decimal 191 228 241 0.21 0.05 0 0.05 195.6 0.64 0.85
Hex BF E4 F1 15 5 0 5 C4 40 55
Octal 277 344 361 25 5 0 5 304 100 125
Binary 10111111 11100100 11110001 10101 101 0 101 11000100 1000000 1010101

Color Harmonies of #BFE4F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE4F1

Black with #BFE4F1

Text Example


Text Example

White with #BFE4F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE4F1; }

 p { color: rgb(191,228,241); }

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

background-color css

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

 a { background-color: rgb(191,228,241); }

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

border-color css

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

 span { border-color: rgb(191,228,241); }

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