Html Css Color HEX #BCE9EA Onahau

📋 copy color: '#BCE9EA'

red 188 ◦ green 233 ◦ blue 234

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

Shades of Onahau #BCE9EA

Tints of Onahau #BCE9EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.73%

R = 28.7%
G = 35.57%
B = 35.73%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BCE9EA (or 0xBCE9EA) is known color: Onahau. HEX triplet: BC, E9 and EA. RGB value is (188,233,234). Sum of RGB (Red+Green+Blue) = 188+233+234=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 234 (91.80% from 255 or 35.73% from 655); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCE9EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EA is #431615. Grayscale: #DBDBDB. Windows color (decimal): -4396566 or 15395260. OLE color: 15395260.

HSL color Cylindrical-coordinate representation of color #BCE9EA: hue angle of 181.3º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE9EA is Cyan = 0.20, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 188 233 234 -
CMYK 0.20 0.00 0 0.08
HSL 181.3º 0.52% 0.83% -
HSV(B) 181.3º 0.2% 0.92% -
XYZ 64.73 74.91 88.89 -
YUV 219.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 188 233 234 0.20 0.00 0 0.08 181.3 0.52 0.83
Hex BC E9 EA 14 0 0 8 B5 34 53
Octal 274 351 352 24 0 0 10 265 64 123
Binary 10111100 11101001 11101010 10100 0 0 1000 10110101 110100 1010011

Color Harmonies of #BCE9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9EA

Black with #BCE9EA

Text Example


Text Example

White with #BCE9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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