Html Css Color HEX #BCEEF3 Onahau

📋 copy color: '#BCEEF3'

red 188 ◦ green 238 ◦ blue 243

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

Shades of Onahau #BCEEF3

Tints of Onahau #BCEEF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 36.32%

R = 28.1%
G = 35.58%
B = 36.32%

CMYK

 C value IS 0.23

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCEEF3 (or 0xBCEEF3) is known color: Onahau. HEX triplet: BC, EE and F3. RGB value is (188,238,243). Sum of RGB (Red+Green+Blue) = 188+238+243=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEF3 is #43110C. Grayscale: #DFDFDF. Windows color (decimal): -4395277 or 15986364. OLE color: 15986364.

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

Color convert

RGB 188 238 243 -
CMYK 0.23 0.02 0 0.05
HSL 185.45º 0.7% 0.85% -
HSV(B) 185.45º 0.23% 0.95% -
XYZ 67.49 78.31 96.35 -
YUV 223.62 138.94 102.59 -
System Red Green Blue C M Y K H S L
Decimal 188 238 243 0.23 0.02 0 0.05 185.45 0.7 0.85
Hex BC EE F3 17 2 0 5 B9 46 55
Octal 274 356 363 27 2 0 5 271 106 125
Binary 10111100 11101110 11110011 10111 10 0 101 10111001 1000110 1010101

Color Harmonies of #BCEEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEF3

Black with #BCEEF3

Text Example


Text Example

White with #BCEEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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