Html Css Color HEX #BCEEFA Onahau

📋 copy color: '#BCEEFA'

red 188 ◦ green 238 ◦ blue 250

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

Shades of Onahau #BCEEFA

Tints of Onahau #BCEEFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.98%

R = 27.81%
G = 35.21%
B = 36.98%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCEEFA (or 0xBCEEFA) is known color: Onahau. HEX triplet: BC, EE and FA. RGB value is (188,238,250). Sum of RGB (Red+Green+Blue) = 188+238+250=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 250 (98.05% from 255 or 36.98% from 676); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCEEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFA is #431105. Grayscale: #E0E0E0. Windows color (decimal): -4395270 or 16445116. OLE color: 16445116.

HSL color Cylindrical-coordinate representation of color #BCEEFA: hue angle of 191.61º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEEFA is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 238 250 -
CMYK 0.25 0.05 0 0.02
HSL 191.61º 0.86% 0.86% -
HSV(B) 191.61º 0.25% 0.98% -
XYZ 68.57 78.74 102.03 -
YUV 224.42 142.44 102.02 -
System Red Green Blue C M Y K H S L
Decimal 188 238 250 0.25 0.05 0 0.02 191.61 0.86 0.86
Hex BC EE FA 19 5 0 2 C0 56 56
Octal 274 356 372 31 5 0 2 300 126 126
Binary 10111100 11101110 11111010 11001 101 0 10 11000000 1010110 1010110

Color Harmonies of #BCEEFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEFA

Black with #BCEEFA

Text Example


Text Example

White with #BCEEFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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