Html Css Color HEX #BCEEFC Onahau

📋 copy color: '#BCEEFC'

red 188 ◦ green 238 ◦ blue 252

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

Shades of Onahau #BCEEFC

Tints of Onahau #BCEEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.17%

R = 27.73%
G = 35.1%
B = 37.17%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCEEFC (or 0xBCEEFC) is known color: Onahau. HEX triplet: BC, EE and FC. RGB value is (188,238,252). Sum of RGB (Red+Green+Blue) = 188+238+252=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 238 (93.36% from 255 or 35.10% from 678); Blue value is 252 (98.83% from 255 or 37.17% from 678); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFC is #431103. Grayscale: #E0E0E0. Windows color (decimal): -4395268 or 16576188. OLE color: 16576188.

HSL color Cylindrical-coordinate representation of color #BCEEFC: hue angle of 193.12º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCEEFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 238 252 -
CMYK 0.25 0.06 0 0.01
HSL 193.13º 0.91% 0.86% -
HSV(B) 193.13º 0.25% 0.99% -
XYZ 68.88 78.87 103.69 -
YUV 224.65 143.44 101.86 -
System Red Green Blue C M Y K H S L
Decimal 188 238 252 0.25 0.06 0 0.01 193.13 0.91 0.86
Hex BC EE FC 19 6 0 1 C1 5B 56
Octal 274 356 374 31 6 0 1 301 133 126
Binary 10111100 11101110 11111100 11001 110 0 1 11000001 1011011 1010110

Color Harmonies of #BCEEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEFC

Black with #BCEEFC

Text Example


Text Example

White with #BCEEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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