Html Css Color HEX #BCED68 Sulu

📋 copy color: '#BCED68'

red 188 ◦ green 237 ◦ blue 104

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

Shades of Sulu #BCED68

Tints of Sulu #BCED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 44.8%

 BLUE value IS 104 (41.02% from 255) = 19.66%

R = 35.54%
G = 44.8%
B = 19.66%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#BCED68 (or 0xBCED68) is known color: Sulu. HEX triplet: BC, ED and 68. RGB value is (188,237,104). Sum of RGB (Red+Green+Blue) = 188+237+104=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #BCED68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCED68 is #431297. Grayscale: #CFCFCF. Windows color (decimal): -4395672 or 6876604. OLE color: 6876604.

HSL color Cylindrical-coordinate representation of color #BCED68: hue angle of 82.11º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BCED68 is Cyan = 0.21, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 188 237 104 -
CMYK 0.21 0 0.56 0.07
HSL 82.11º 0.79% 0.67% -
HSV(B) 82.11º 0.56% 0.93% -
XYZ 53.52 72.26 24.22 -
YUV 207.19 69.77 114.31 -
System Red Green Blue C M Y K H S L
Decimal 188 237 104 0.21 0 0.56 0.07 82.11 0.79 0.67
Hex BC ED 68 15 0 38 7 52 4F 43
Octal 274 355 150 25 0 70 7 122 117 103
Binary 10111100 11101101 1101000 10101 0 111000 111 1010010 1001111 1000011

Color Harmonies of #BCED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCED68

Black with #BCED68

Text Example


Text Example

White with #BCED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCED68; }

 p { color: rgb(188,237,104); }

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

background-color css

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

 a { background-color: rgb(188,237,104); }

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

border-color css

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

 span { border-color: rgb(188,237,104); }

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