Html Css Color HEX #BCE9F1 Onahau

📋 copy color: '#BCE9F1'

red 188 ◦ green 233 ◦ blue 241

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

Shades of Onahau #BCE9F1

Tints of Onahau #BCE9F1

RGB

 RED value IS 188 (73.83% from 255) = 28.4%

 GREEN value IS 233 (91.41% from 255) = 35.2%

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

R = 28.4%
G = 35.2%
B = 36.4%

CMYK

 C value IS 0.22

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCE9F1 (or 0xBCE9F1) is known color: Onahau. HEX triplet: BC, E9 and F1. RGB value is (188,233,241). Sum of RGB (Red+Green+Blue) = 188+233+241=662 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.40% from 662); Green value is 233 (91.41% from 255 or 35.20% from 662); Blue value is 241 (94.53% from 255 or 36.40% from 662); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9F1 is #43160E. Grayscale: #DCDCDC. Windows color (decimal): -4396559 or 15854012. OLE color: 15854012.

HSL color Cylindrical-coordinate representation of color #BCE9F1: hue angle of 189.06º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE9F1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 233 241 -
CMYK 0.22 0.03 0 0.05
HSL 189.06º 0.65% 0.84% -
HSV(B) 189.06º 0.22% 0.95% -
XYZ 65.76 75.32 94.29 -
YUV 220.46 139.59 104.85 -
System Red Green Blue C M Y K H S L
Decimal 188 233 241 0.22 0.03 0 0.05 189.06 0.65 0.84
Hex BC E9 F1 16 3 0 5 BD 41 54
Octal 274 351 361 26 3 0 5 275 101 124
Binary 10111100 11101001 11110001 10110 11 0 101 10111101 1000001 1010100

Color Harmonies of #BCE9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9F1

Black with #BCE9F1

Text Example


Text Example

White with #BCE9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9F1; }

 p { color: rgb(188,233,241); }

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

background-color css

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

 a { background-color: rgb(188,233,241); }

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

border-color css

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

 span { border-color: rgb(188,233,241); }

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