Html Css Color HEX #BCEEF1 Onahau

📋 copy color: '#BCEEF1'

red 188 ◦ green 238 ◦ blue 241

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

Shades of Onahau #BCEEF1

Tints of Onahau #BCEEF1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.68%

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

R = 28.19%
G = 35.68%
B = 36.13%

CMYK

 C value IS 0.22

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEEF1 (or 0xBCEEF1) is known color: Onahau. HEX triplet: BC, EE and F1. RGB value is (188,238,241). Sum of RGB (Red+Green+Blue) = 188+238+241=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 241 (94.53% from 255 or 36.13% from 667); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCEEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF1 is #43110E. Grayscale: #DFDFDF. Windows color (decimal): -4395279 or 15855292. OLE color: 15855292.

HSL color Cylindrical-coordinate representation of color #BCEEF1: hue angle of 183.4º 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 #BCEEF1 is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 238 241 -
CMYK 0.22 0.01 0 0.05
HSL 183.4º 0.65% 0.84% -
HSV(B) 183.4º 0.22% 0.95% -
XYZ 67.19 78.19 94.77 -
YUV 223.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 188 238 241 0.22 0.01 0 0.05 183.4 0.65 0.84
Hex BC EE F1 16 1 0 5 B7 41 54
Octal 274 356 361 26 1 0 5 267 101 124
Binary 10111100 11101110 11110001 10110 1 0 101 10110111 1000001 1010100

Color Harmonies of #BCEEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEF1

Black with #BCEEF1

Text Example


Text Example

White with #BCEEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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