Html Css Color HEX #BCE9F2 Onahau

📋 copy color: '#BCE9F2'

red 188 ◦ green 233 ◦ blue 242

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

Shades of Onahau #BCE9F2

Tints of Onahau #BCE9F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.5%

R = 28.36%
G = 35.14%
B = 36.5%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCE9F2 (or 0xBCE9F2) is known color: Onahau. HEX triplet: BC, E9 and F2. RGB value is (188,233,242). Sum of RGB (Red+Green+Blue) = 188+233+242=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 233 (91.41% from 255 or 35.14% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCE9F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9F2 is #43160D. Grayscale: #DCDCDC. Windows color (decimal): -4396558 or 15919548. OLE color: 15919548.

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

Color convert

RGB 188 233 242 -
CMYK 0.22 0.04 0 0.05
HSL 190º 0.68% 0.84% -
HSV(B) 190º 0.22% 0.95% -
XYZ 65.9 75.38 95.08 -
YUV 220.57 140.09 104.77 -
System Red Green Blue C M Y K H S L
Decimal 188 233 242 0.22 0.04 0 0.05 190 0.68 0.84
Hex BC E9 F2 16 4 0 5 BE 44 54
Octal 274 351 362 26 4 0 5 276 104 124
Binary 10111100 11101001 11110010 10110 100 0 101 10111110 1000100 1010100

Color Harmonies of #BCE9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9F2

Black with #BCE9F2

Text Example


Text Example

White with #BCE9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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